Bash parameter substitution fails on spaces and newlines...
Read MoreBash convert last character to lower...
Read MoreHow to use parameter expansion correctly in bash...
Read Morezsh parameter expansion puzzle : last argument of command...
Read MoreDisplay the exit code of previous command only when it's non-zero, without using commands?...
Read MoreExtract substring from string after third last occurrence of underscore...
Read MoreSeparating integer and fractional part of a decimal number...
Read MoreParameter expansion with double caret ^^...
Read MoreWhy does the shell expand a quoted "$@" as multiple parameters...
Read MoreHow to pass a Bash command to `entr`, quoting to guard against filenames with spaces?...
Read MoreHow to replace each delimiter in an arbitrary number of command-line arguments that are all delimite...
Read MoreUnderstanding the final `echo` in IFS=';' read -sdR -p $'\E[6n' ROW COL; echo ${ROW#...
Read Morebash read between two strings using parameter expansion expression...
Read MoreHow to split a word in the given positive or negative fraction...
Read MoreExpanding bash vars with spaces as arguments to bash function in scripts...
Read MoreHow to expend a variable with a quote, on the quote?...
Read MoreHow to use a string with arguments to call a script as bash would do it when interprets the command ...
Read Moreextract hostname with parameter expansion in a single assignment...
Read MoreHow to understand "${PATH:+:${PATH}}" in bash?...
Read MoreIn bash, replace each character of a string with a fixed character ("blank out" a string)...
Read Morebash parameter-expansion: removing multiple occurences of the same character...
Read MoreBash param expansion "${var##pat}" behaves differently in script than in shell...
Read MoreTrimming whitespace from the ends of a string in Zsh...
Read MoreBash parameter expansion: get entire remainder of a string after an offset...
Read MoreHow to use Shell Parameter Expansion in Perl?...
Read Morebash array slicing strange syntax in perl path: `${PATH:+:${PATH}}"`...
Read MoreHow can I execute a command stored in a variable?...
Read More