Wednesday, September 2, 2009

Tools for sorting and filtering


3 tools which are quite useful for manipulating html, among others.

Go get them if you are on the Windows platform and remember to get the dependencies also. Rememer that these tools originate from the Unix environment and they are all command line tools.

TR = Download link: http://gnuwin32.sourceforge.net/packages/coreutils.htm
SED = Download link: http://gnuwin32.sourceforge.net/packages/sed.htm
GREP = Download link: http://gnuwin32.sourceforge.net/packages/grep.htm


TR = Translate or delete characters from text
SED = Stream editor for substituting or extracting text
GREP = Searches and extracts text

No comments:

Post a Comment