Hi!
I want to print code files for a training program. I would like to have line numbers in the printout for each file. All files are text files.
On *nix, I can do
cat -n filename >filename.linenos
and then print the filename.linenos file. Is there an equivalent command on DOS/Windows which can allow me to do this?
Thanks!
~ rajeev
NOTE: Despite what the title says, what I need is the equivalent of the UNIX ‘cat’ command on Windows.
edited by moderator: Fixed title -Razor2.3
1 Answer