[LUGOS] Bash skripta

Matija Grabnar matija.grabnar at arnes.si
Tue Nov 27 23:59:34 CET 2001


> > 1.rezanje teksta iz datoteke test.txt(vsebuje recimo 1000 vrstic)
> >   a) od vrstice 100 do 200

> head, tail
head -200 <file|tail -100 (Kar ti pobere zadnjih 100 od prvih dvesto vrstic,
torej natanko vrstice, ki jih hoces).

Za regular expression:

perl -ane 'print if /prvi regex/../drugi regex/'




More information about the lugos-list mailing list