The power of find command in Linux – advanced.

2010-05-24 2 min read Linux
Generally whoever uses Linux, would know about the find command. Find the man page <a href="http://amit.themafia.info/phpMan.php?parameter=find&mode=man" target="_blank">here. There are also lots of blogs, tutorials and other articles on find command on the web, so why write another one. Because it&#8217;s worth every word spent on it πŸ™‚ find is a very powerful command, let&#8217;s see how (options for find command from man page and usage): –depth β€” Process each directory&#8217;s contents before the directory itself. Continue reading

Advanced Sed Substitution Examples

2010-04-11 1 min read bash Linux
This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned β€” sed printing, sed deletion, sed substitute , sed file write, and sed multiple commands. In this article, let us review some interesting workarounds with the β€œs” substitute command in sed with several practical examples. I. […] Read More: <a href="http://www.thegeekstuff.com/2009/10/unix-sed-tutorial-advanced-sed-substitution-examples/">Unix Sed Tutorial: Advanced Sed Substitution Examples URL: <a href="http://feedproxy. Continue reading