![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List running subservers ? | vilius | AIX | 1 | 11-24-2008 05:19 AM |
| counting a list of string in a list of txt files | Pep Puigvert | UNIX for Dummies Questions & Answers | 4 | 08-15-2008 04:55 PM |
| Can we grep a list of all running PIDs in a file !!?? | marconi | Shell Programming and Scripting | 1 | 12-20-2007 04:48 PM |
| List services running in UNIX | JanSP | UNIX for Dummies Questions & Answers | 2 | 03-21-2007 01:45 PM |
| What is md5sum??? | solvman | UNIX for Dummies Questions & Answers | 1 | 09-25-2001 01:31 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Running md5sum on a list of files
Hello,
I would like to run md5sum on a list of files saved in a text file, and save the result in another file. (ie. md5sum `cat list.txt` > md5list.txt) I have tried several things, but I am always confronted to the same problem: some of the filenames have spaces. I have run sed on the list to escape all the spaces, but shell still considers them as parameter separators. How would you do that ? Thanks ! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|