Some simple and trickier ways of using the find command.
See
AboutThesePages.
Contents
Notes
- Using find to create a list of files for another command (like md5sum). Note, there are several approaches to doing things something like this, some using pipes and redirection, others using xargs, others using the backticks (as here). I'm not too uncomfortable with pipes and redirection, but I'm not very clear on the difference (or similarity) of xargs and backticks.
md5sum -b `find -type f` > chksums
Aside: If you are copying the original files to a different location, you can then check all the files against the checksums generated in the first command with:
md5sum -c chksums
Or, you could generate a checksum of checksums using:
md5sum -b chksums
<Currently, no significant content below this line.>
Resources
See
ResourceRecommendations. Feel free to add additional resources to these lists, but please follow the guidelines on
ResourceRecommendations including
ResourceRecommendations#Guidelines_for_Rating_Resources.
Recommended
Recommended for Specific Needs
Recommended by Others
No Recommendation
Not Recommended
Contributors
- () RandyKramer - 02 Jul 2002
- Simon Naish - 16 May 2002 (from a post on expert@linux-mandrakePLEASENOSPAM.com
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
[[Main.RandyKramer#02 Jul 2002][]]
Page Ratings