Create hash value of all searched files possible? #1239
Replies: 1 comment
-
|
I just found out in a video tutorial that you can select a list of files in Nemo and then drag that list into a terminal. If you do this, it presents a list of the files for the command to operate on. I just tried this on a random group of files and got checksums listed by filename:
I just grabbed files from my home folder for this example, but it works just as well on a group of files from different directories, since the full paths are given in each case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to use Nemo's version 6.4.5 search function to find all .zip files and then generate their MD5 hash values. The .zip files are all found and are all located in different directories. However, when I try to create the hash values with md5sum *.zip in the terminal, it doesn't work because the terminal opens in the home directory. Is there a special directory where the search results are stored and where I can navigate with the terminal to work with the files found?
Of course the files should stay in their directory. Im aware i could copy all the files to a single directory and create hashvalues but that would take a lot of time and disk storage.
Beta Was this translation helpful? Give feedback.
All reactions