Search Results

Search: Posts Made By: nksharma74
4,658
Posted By nksharma74
Error is not in response to post #17. I guess it...
Error is not in response to post #17. I guess it should work.
1,321
Posted By nksharma74
You could use a for/while loop with above command.
You could use a for/while loop with above command.
4,658
Posted By nksharma74
You should post the error instead of simply...
You should post the error instead of simply mentioning that its not working !! Otherwise no one can help.
1,364
Posted By nksharma74
not sure why you want to use awk but you could...
not sure why you want to use awk but you could simply use join.
4,658
Posted By nksharma74
for fileinlist in `find path_to_find -size...
for fileinlist in `find path_to_find -size +2147483648c`
do
cp $fileinlist target_backup_directory
rm $fileinlist
done
Showing results 1 to 5 of 5

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