what is the command-line processing order for string operators like ${string#patten} in bash shell? -


i learning command-line processing of bash shell. understand process of substituting value common parameter $para or ${para}. question processing order when string operator involved. example, if para variable preceded tab followed "string". known ${para#\t} meant delete preceding tab in para. how processed shell? there command substitution involved?

can give hint? thank you.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -