Remove leading whitespace and tabs

sed -e 's/^[ \t]*//'
# Notice a whitespace before '\t'!!
click the source code to copy