Write a command to find all of the files which have been
accessed within the last 30 days. Output
should be stored in a file “December.files”
Answer / Sumit Kumar Yadav
The following command can be used on Unix/Linux systems to find files modified within the last 30 days and save the output to a file named "December.files". Replace '/path' with your desired directory path:
find /path -type f -mtime 0 -exec ls -il {} ; > December.files
| Is This Answer Correct ? | 0 Yes | 0 No |
What is "System framework" layer in multiple layer programming? (5 layer: UI, Business, Data, Common, "System framework" are layers in this design)
What's the Difference Between a Dummy and a Comp?
What feature of the waterfall model distinguishes it from other models
What may be the different component of Build phase? Build is not directly phase in SDLC, but its major part of SDLC, so need to know the different components for this including dcoument process.
What are the best tools available now for creation of accessible Web sites?
what is fact finding methods
What are the Rules of Desktop Publishing?
which is the better institute for software design in bangalore please tell me as soon a possible?
Discuss operations of CAD and CAM system.
1 Answers Mahatma Gandhi University,
what is the difference between generic process model & iterative process model??
What is System Development Life Cycle and the definitions of it's phases and stages?
What is platform-driven design?