Search Wiki:
Resource Page Description
nl.exe is the unix-like line number tool, which just read your text file (or source code file), and then add line numbers, output to the screen

Possible usage
nl pada.vb this will output the source code w/ line numbers to screen (terminal)
nl pada.vb > pada.vb.txt this will read the source code pada.vb and put the line numbers then output to file pada.vb.txt
nl pada.vb > pada.vb.txt && notepad /p pada.vb.txt this would output the result to pada.vb.txt file and use notepad to print it out... :D
Last edited Sep 3 at 6:44 PM  by ZuneLover, version 3
Comments
uxunusual wrote  Sep 5 at 1:43 AM  
It says: "nl.exe is the unix-like line number tool". Well I tried the program with mono/gmcs compiler on a big file and it works like a charm!
Perhaps should you also publish a wc (word count) tool.

Zuner wrote  Nov 5 at 4:07 AM  
Good point, uxunusual. I created the wc http://code.msdn.com/wc, first version 0.0.0.1 is released.

Updating...
Page view tracker