[LUGOS] Izpis teksta od n-te vrstice naprej

Matija Grabnar matija.grabnar at arnes.si
Thu Mar 14 09:40:30 CET 2002


darko at varnost-mb.si said:
> Kako bi izpisal tekstovno datoteko od neke vrstice naprej (inverzni
> head :)  )? 

perl -e 'skip=shift @ARGV; foreach (1..skip) {$_=<>;}; while (<>) {print;}' 

Ce zdaj za tem klicem programa dodas stevilo vrstic, ki jih zelis preskociti 
(brez minusa) in ime datoteke, bos dobil tisto, kar si zelel...




More information about the lugos-list mailing list