Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / rajib mallick
find ? -atime -30 -type f -print.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which command is used to delete all files in the current directory and all its sub-directories?
What happens when we execute a unix command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is a bash command?
What is the pipe command?
Can you enlist some commonly used network commands?
What is {} in find command?
What is the difference between cat command and more command?
Write a command to kill the last background job?
What command is used to switching between users in unix?
How to find $ai_serual resolved path by using unix
What is $0 bash?
What is the use of sed command in unix?
How do you grep a case insensitive?
Which unix command lists files/folders in alphabetical order?