On Fri, Aug 09, 2002 at 05:38:52PM +0200, cana rich wrote:
> 
> Hello,
>     I have a file which contain :
> 172.50.47.12
> toto
> titi
> ...
> and i would like to extract the second line (toto)

awk 'NR==2 {print}' file



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to