[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sed: allineare testo




----- Original Message ----- From: "Nelson o mesmo" <nelsonphp.omesmo@gmail.com>
To: "antispammbox-debian" <antispammbox-debian@yahoo.it>
Sent: Friday, May 16, 2014 11:07 AM
Subject: Re: Sed: allineare testo


tenta assim

sed -e "s/^[ \t]*//"
sed "s/^[ \t]*//"
sed -e "s/^(\t)*//"
sed "s/^(\t)*//"

Non dà errori, ma non funziona, il testo resta identico!

Ciao :-)




Reply to: