Search Results

Search: Posts Made By: vivekraj
17,386
Posted By vivekraj
You use the following script to do remove the...
You use the following script to do remove the files from dir1 which files are existing in dir2.


j=0
for i in `ls dir1 `
do
arr[$j]=$i
let j+=1
done
for i in `ls dir2`
do
if [[ -f dir2/$i...
Showing results 1 to 1 of 1

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