4.sed and Awk
introduction to sed and awk many Linux users and administrators will write scripts using comprehensive scripting languages such as Python and perl, rather than use sed and awk. However, the utilitites that are described here are much lighter;i.e. they use fewer system resources, and execute faster. sed abbreviation for stream editor. data from an input source/file (or stream) is taken and moved to a working space. the entire list of operations/modifications is applied over the data in the working space and...