Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / supriya
$find ?type f ?atime ?30 ?print
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain command to view process running?
What is the comma to show the space allocation of files?
Enlist some filename manipulation commands in unix.
Differentiate cmp command from diff command.
Write a command to kill the last background job?
What is {} in find command?
Which unix command lists files/folders in alphabetical order?
Is command prompt unix?
Describe the usage and functionality of the command rm –r * in unix?
Explain the steps that a shell follows while processing a command.
How to display no of records in oracle using unix command?
What is the functionality of a top command?
How many unix commands are there?
What is the difference between awk and grep?
What is the size of time_t?