Description
In this video, I show you how to use the cut, xargs, and sort commands. These commands are really great together, especially for tasks involving large lists of files. At the end of the video, I give an example of how to use all the commands together to find unique files in a directory tree.
sort command: 0:46
cut command: 5:27
xargs command: 9:11
duplicates example: 16:02