printing ONE line from a file
Andrew Koenig
ark at alice.UucP
Sat Jun 14 23:29:28 AEST 1986
Previous message (by thread):
printing ONE line from a file
Next message (by thread):
printing ONE line from a file
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
To print line 37 in awk: awk 'NR == 37' To print line 37 in sed: sed -n 37p
Previous message (by thread):
printing ONE line from a file
Next message (by thread):
printing ONE line from a file
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Comp.lang.c mailing list