Search Results

Search: Posts Made By: Rambo
3,623
Posted By Rambo
Yes today Im running this command to move trace...
Yes today Im running this command to move trace files. I want only 3 days old files should be in bdump, rest moving to other directory.
Then the above -mtime command works right?
3,623
Posted By Rambo
Actually Im trying to move files older than 3...
Actually Im trying to move files older than 3 days to some other directory.
find . -type f -mtime +3 -exec mv {} /somedirectory/ \;
is this correct? or I should use ctime?
mtime is correct right?
3,623
Posted By Rambo
Please Explain me this command
find . -type f -ctime +3 -exec mv {} /somedirectory/ \;
in particular "-ctime v/s -mtime" and "difference between +3 and -3"
2,314
Posted By Rambo
Got same output! :confused: $ ls -ltr $(find...
Got same output! :confused:

$ ls -ltr $(find . -type f -mtime +2)
total 4
drwxr-x--- 2 oracle dba 96 Jan 13 18:06 2011_01_12
drwxr-x--- 2 oracle dba 96 Jan...
2,314
Posted By Rambo
5) yes, you are right. Just we have archive logs...
5) yes, you are right. Just we have archive logs in it.
1) For now just they want to view 2 days old archive log - JUST to SEE
2)How old the first archive log is? (In days)

---------- Post...
2,314
Posted By Rambo
3) find . -type f | wc -l 4) du -sk * ...
3) find . -type f | wc -l

4) du -sk *

can any one help me for 1, 2 and 5?
2,314
Posted By Rambo
Thank you for replying Sir. I dint ask you...
Thank you for replying Sir.

I dint ask you to write a program for me or I dint ask you the specific script.
All I need is a general script to start myself (like a similar sample script). I am...
2,314
Posted By Rambo
Help needed in ksh scripting
I got a task to do today, I want to write a script for the following

1) Archive log more than 2 days old
2) Number of days the current Archive logs present
3) Total number of archive logs
4)...
Showing results 1 to 8 of 8

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