The wonder of xargs
If you’re ever sat at the linux commandline and had a repetitive task to complete on some files or directories then you’ll find “xargs” together with “find” a very useful combination. Find will return a list of files and directories, one per line which can be piped into xargs so that the same command can [...]
