Search Results

Search: Posts Made By: svishh123
2,138
Posted By svishh123
Shell, Actually this option removes the...
Shell,

Actually this option removes the fiels first and then doing a FInd over that.What is required is have to find the list of such files and then remove them.
Can i pipe the find results to rm...
2,138
Posted By svishh123
Error While Purging Files
find /filearchive/ -type f -mtime +7 -exec rm weblogs*.log {} \;

This worked only if this comand is executed int he unix comand prompt, but when i put this in the shell script it is not...
3,288
Posted By svishh123
What to do if i have to restrict the search to...
What to do if i have to restrict the search to the current directory alone ??
3,288
Posted By svishh123
Thank You very much i never thought i would get...
Thank You very much i never thought i would get such a quick response. It worked Thanks a Ton!!!
3,288
Posted By svishh123
Purging a Set of Files
Hi Frineds,
I want to delete a set of files which are older than 7 days from teh current date.I am totally enw to shell scripting, can anyone help me with a sample code to list out the files which...
Showing results 1 to 5 of 5

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