From: Kevin C. <job...@ya...> - 2009-08-06 06:51:28
|
--- On Tue, 8/4/09, Roderick Thomas wrote: > However, my recent duties require me to calculate the > total number of records (rows) in text files in order to > meet certain format requirements. For this reason, > I am in need of a text editor more advanced than > Notepad or Wordpad--one that at least displays row > counts. I second the recommendation of vim, here's the url: http://www.vim.org/ If you want to count lines in Windows, try the previously mentioned "wc" command-line program.. There's a precompiled version in the UnxUtils package which doesn't require a cygwin install: http://unxutils.sourceforge.net/ -- Kevin Conder |