[LUGOS] editiranje datoteke
Matija Grabnar
matija.grabnar at arnes.si
Fri Aug 22 09:30:22 CEST 2003
gregor.malensek at abakus.si said:
> perl -ane 'chomp; print "$_\\\n"' za_poslat.dat |ssh ......
> Zelo vredu, samo ne bi pa zelel backslasha v zadnji vrstici, ker bi to
> pomenilo neskoncen string, ker se vrstica ne bi nikoli koncala.
OK, potem pa lahko recimo takole:
perl -e 'print join("\\\n",map(((chomp)?$_:$_),<ARGV>))."\n"' za_poslat.dat |ssh
More information about the lugos-list
mailing list