Search Results

Search: Posts Made By: jekl5
8,433
Posted By jekl5
I figured out two solutions: Solution 1: ...
I figured out two solutions:

Solution 1:
while read line ;do
CUT=`echo "$line" | sed 's/^.* //g'`
md5sum $CUT
done < INFPUT_FILE

Solution 2:
while read checksum file ;do
md5sum...
8,433
Posted By jekl5
Reading a file using sh with spaces in filename
Hi

I am trouble parsing through a file with spaces in the filename. I need to grab "supportIDPS/SCM/windows_install/file groups/dds.fgl" and then do a md5sum on it. I am using sh.
Any help is...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy