lilypond-user
[Top][All Lists]
Advanced

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

Re: [frogs] trailing spaces


From: Francisco Vila
Subject: Re: [frogs] trailing spaces
Date: Wed, 27 May 2009 19:16:29 +0200

2009/5/26 Gilles Sadowski <address@hidden>:
> Hi.
>
>>>> python script that removes tailing spaces
>>>> from lines.
>
> [if: s/Python/Perl/]
>
> perl -i -pe 's/\s+$/\n/' some_file

I use

sed -i -e 's/[ \t]*$//' filename

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]