gdbtek/linux-cookbooks

lib bug

Closed this issue · 1 comments

MAC

$ echo 'shit' | sed -e 's/^\s*//g' -e 's/\s*$//g'
hit

LINUX

# echo 'shit' | sed -e 's/^\s*//g' -e 's/\s*$//g'
shit

fixed