Search Results

Search: Posts Made By: dinesh1178
1,716
Posted By dinesh1178
Better to use -exec operator. First use...
Better to use -exec operator.

First use this for verification:
find . -type f -mtime +90 -name 'tomcatfiles*.log' -exec ls {} \;

And then this for deletion:
find . -type f -mtime +90 -name...
1,793
Posted By dinesh1178
mv $file /data/home/abc/xyz/azher/backup/`echo...
mv $file /data/home/abc/xyz/azher/backup/`echo $file|cut -d. -f1`_$now.csv
Forum: HP-UX 10-11-2011
35,196
Posted By dinesh1178
You can use following code to check size of all...
You can use following code to check size of all directories and sub-directories :


find . -type d | xargs du -sk
Showing results 1 to 3 of 3

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