Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Trailing Whitespace

Name: Anonymous 2012-04-05 7:07

Hey everyone,

A few months ago, I posted my Python script to remove trailing whitespace from a file. Somebody responded with a Perl 1-line code that does the same thing.

I could really use that Perl code now, anybody? Thanks.

Name: Anonymous 2012-04-06 23:02

>>16
anything else you say?


lua -e "for line in io.lines() do io.write(({line:gsub('%s*$', '')})[1]..'\n') end"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List