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 / subbareddy kake
i tried for this question.Sridhar answer is correct.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sourisengupta
Right answer is :-
find . -atime -30 -print
Sridhar, I think it will work, can you tell me why you
use -type -f
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / syed mahboob feroz ahmed
Hi,
c:/ with whatever the file path is for example
c:/windows/documents and settings/dir A/H (Which will show
all the hidden files in that particular directory.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / naveen
@ Sourisengupta,
type -f is used to check only for files, not for all.
Is This Answer Correct ? | 0 Yes | 2 No |
What is mtime in find command?
How many bits use for MAC address?
what does the 'tee' command do?
how to sort the content of the file based on numeric values
what is the difference between npar and vpar in HP-UX?
what is the cmd to display the last exit status in UNIX?
By using which command we can find the CPU utilization time?
What is an Environment Variable?
In Unix file permissions what does the second field denotes?
How do you grep a case insensitive?
What does this command do? Cat food 1 > kitty
what are processor execution levels and priorities?