|
contribution scripts/Strip-White-Spaces: msg#00040t2.devel
This is a multi-part message in MIME format.a tiny and handy script to strip whitespaces. a quick hack :-) #!/usr/bin/ruby a=File.new(ARGV[0],'r') b=Array.new while c=a.gets b[b.size]=c.strip end a.close a=File.new(ARGV[0],File::TRUNC|File::WRONLY) b.each{|e| a.puts b } a.close |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: package contribution package/network/gnunet: 00040, Rene Rebe |
|---|---|
| Next by Date: | new package/mail/xmail: 00040, Martin Papadopoulos |
| Previous by Thread: | package contribution package/network/gnuneti: 00040, Martin Papadopoulos |
| Next by Thread: | new package/mail/xmail: 00040, Martin Papadopoulos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |