On 06/05/2012 08:18 AM, János Korponai wrote:
> Egy hosszu txt-filebol szeretnem minden negyedik sort kiszedni, hogy azokat 
> dolgozzam fel a tovabbiakban. Hogyan lehet megoldani? Nem vagyok jartas ilyen 
> temaban.

perl -n -e '$.%4==0 and print' infile > outfile

De ez nem különbözik lényegesen az awk megoldástól.
Csak a teljesség kedvéért közlöm. :-)

g
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
_________________________________________________
linux lista      -      linux@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux

válasz