xargs is one of the most powerful commands in Linux. In this tutorial, you'll learn to use xargs command with some practical and useful examples.| Linux Handbook
Renaming a directory is the same as renaming the files. You use the mv command.| Linux Handbook
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.| Linux Handbook