Search Results

Search: Posts Made By: cola
5,228
Posted By cola
#!/bin/sh vr=$(ls /path/to/FolderA) for fl1...
#!/bin/sh
vr=$(ls /path/to/FolderA)
for fl1 in ${vr};do
echo "${fl1}"
done

vr2=$(ls /path/to/FolderB)
for fl2 in ${vr2};do
echo "${fl2}"
done

Now make two arrays to save the...
2,897
Posted By cola
Can anyone post alternative sed command to do the...
Can anyone post alternative sed command to do the same thing?
Actually replacing this "/^a/!"
2,930
Posted By cola
Please explain the regular expression.
Please explain the regular expression.
Showing results 1 to 3 of 3

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