[olug] Unix Tip: LINE NUMBERS IN LINUX
    Unix Guru Universe 
    listserv at ugu.com
       
    Mon Apr 14 18:30:32 UTC 2003
    
    
  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
			      UNIX GURU UNIVERSE 
			         UNIX HOT TIP
			Unix Tip 1930 - April 14, 2003
		    http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
LINE NUMBERS IN LINUX
If you want a file with line 
numbers (say for printing).
You can use the "nl" command 
in linux.
$ nl file.c > file.c.num
See man for more options.
Normally nl gives line numbers
only for non blank lines.
To force it to give it to all lines
use -ba option:
$ nl -ba file.c >file.c.all_num
--------------------------------------------------------------------------
To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX 
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT 
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
==========================================================================
    
    
More information about the OLUG
mailing list