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”



Write a command to find all of the files which have been accessed within the last 30 days. Output ..

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

Post New Answer

More Software Design AllOther Interview Questions

What is "System framework" layer in multiple layer programming? (5 layer: UI, Business, Data, Common, "System framework" are layers in this design)

1 Answers  


What's the Difference Between a Dummy and a Comp?

1 Answers  


What feature of the waterfall model distinguishes it from other models

1 Answers  


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.

1 Answers  


What are the best tools available now for creation of accessible Web sites?

1 Answers  


what is fact finding methods

1 Answers   Karrox,


What are the Rules of Desktop Publishing?

1 Answers  


which is the better institute for software design in bangalore please tell me as soon a possible?

0 Answers  


Discuss operations of CAD and CAM system.

1 Answers   Mahatma Gandhi University,


what is the difference between generic process model & iterative process model??

0 Answers  


What is System Development Life Cycle and the definitions of it's phases and stages?

1 Answers  


What is platform-driven design?

1 Answers  


Categories