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
Queries inside a while loop
HP PSC 2110 won't print - just blank page
Email keeps going into Junk Mail Folder in Outlook 2003 on Exchange 2003
Remote Web Workplace different website address
VB.NET simple SendMail program error: System.Net.Mail.SmtpExcept
ion: Failure sending mail
How can i do insert more data with insert query with more select statment linqToSQL?
How to compress a string into a short representation in ASP.NET using C# or VB.NET?
Asp.Net profile information in SQL view
Looking for Video Recording Software for Samsung Cameras
SqlDataAdapter InsertCommand not updating primary key value in dataset