Microsoft
Software
Hardware
Network
Question : Unix + Linux ---> checksum for a directory
How to generate checksum for an entire directory in Unix.
Any command or script??
Thnx
Answer : Unix + Linux ---> checksum for a directory
You can use the md5sum command like this:
md5sum /folder-name/*
or with you also want the subdirectories :
find /folder-name -type f | xargs -n 1 md5sum
Random Solutions
Running Access VBA on Open Office Base
Sql Query New data at 9am only
Cocoa xcode simple startup (iPhone)
How many squares are in this diagram?
Delphi variant array
TP-Link td w8960n wireless bridge setup
Need a hit logger for website
Active Directory mailbox Permissions changed
How to block web proxys like ninjacloak.com?
Inaccurate color printing from Indesign CS2 to a PS laser printer