Last Updated: February 25, 2016
·
745
· killwing

easy way to trim string in shell

cmd:

echo " hello world " | xargs

result:

hello world