0
llucycodes42
Shortcut: string.trim
string.trim
0 Comments
trimmed=\$(echo -e "\${string}" | sed -e 's/^[[:space:]]*//' | sed -e 's/[[:space:]]*\$//')