In a bash script, escaped spaces should not be trimmed since this can break a valid command, e.g. ```bash echo 'a b' | tr -d \ ```
In a bash script, escaped spaces should not be trimmed since this can break a valid command, e.g.