1. Computing & Technology

GNU/Linux Command-Line Tools Summary - Text manipulation tools

From

and awk are traditional UNIX system tools for working with text, this guide does not provide an explanation of them. sed works on a line-by-line basis performing substitution and awk can perform a similar task or assist by working on a file and printing out certain information (its a programming language).

You will normally find them installed on your GNU/Linux system and will find many tutorials all over the internet, feel free to look them up if you ever have to perform many similar operations on a text file.

Notes


   Prev    

This information has been taken from the Linux Cookbook (without editing). See [3] in the Prev for further information.


   Prev    Home    Next
   Text Information Tools    Up    Text Conversion/Filter Tools


©2012 About.com. All rights reserved.

A part of The New York Times Company.