Write a command to find all of the files which have been
accessed within the last 30 days.
Answers were Sorted based on User's Feedback
Answer / syed mahboob feroz ahmed
Hi,
The command to find all files is as follows:
C:\Documents and Settings\Administrator(Or go to particular
directory and type:dir /AH .It will show all hidden files
and directories.
| Is This Answer Correct ? | 0 Yes | 5 No |
Why is it called grep?
How do I find previous commands in unix?
What is the comma to display different lines that are found when compare two files?
What is mtime in find command?
what is the difference between commmands cmp and diff?
How to convert a hidden file to normal visible file?
What does sed command do in unix?
How do you change file permissions?
How to see unused port number in Solaris?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
What do chmod command do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?