Linux Tips & Tricks - Mastering the command line - SED
Manipulating text in files is a common daily task for any sysadmin and learning to use the powerful tools available to do this can make an administrator's life vastly easier.
One of the most common and powerful tools for doing this is 'sed'.
Here's a sed tutorial to get you started.
Also note that sed has a partner 'awk' that is equally powerful in different ways. The two are often learned and used together.
To learn more about sed and awk, check out:
http://www.theunixschool.com/p/awk-sed.html
https://quickleft.com/blog/command-line-tutorials-sed-awk/
http://docstore.mik.ua/orelly/unix/sedawk/
#Linux #Sysadmin #CommandLine
http://www.tecmint.com/linux-sed-command-tips-tricks/
No comments:
Post a Comment