Hello,
Maybe a really dumb question, but I would like to know how to output a checksum directly into a file
This is what I have so far ( find / -type f -exec sha1sum {} \; ) isn't there some sort of flag I can just add to make it write to a file?
In advance thank you for your help ^_^
Just redirect the output
Redirecting standard input and output in Linux
"The best optimizer is between your ears" - Michael Abrash
Saying you can optimize a program is like saying you understand how a program works on every level of every facet on a specific machines configuration.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks