| |
tr, sed, and awk | page 10 of 14 |
tr
tr is a character translation tool; it's used to map certain characters in the input stream to
certain other characters in the output stream.
sed
sed is a powerful stream-oriented text editor. You can learn about
sed in the following developerWorks articles:
awk
awk is a handy line-oriented text-processing language. To learn about
awk , read the following IBM developerWorks articles:
|