Trim the whitespace characters from a Bash variable. Solution. VARIABLE_NAME=' aaa bbb ' # remove leading and trailing white spaces NEW_VARIABLE="$(echo -e ...
確定! 回上一頁