What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer Posted / siva
yes this is correct
#find /tmp -mtime -2 displays the file modified in the last
two days.
#find /tmp -mtime +2 displays the file modified in more
than two days.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are hidden files in unix?
Why do we need unix shell scripting?
What is inode in unix operating system?
What is unix portability?
Why is unix better than windows?
How would you explain a kernel to a non-technical person?
How to display n-th line of a file in Unix?
What is a unix file?
What are new features added in nfs4?
What is the chief difference between the –v and –x option s to set?
What are the hidden files in unix?
What are the features of unix?
What is positional parameters in unix?
What do you understand by the term single user system?
Is windows unix based?