-
Contributing Member
Files in UNIX
I have started to work with UNIX system from last month. I wanted to get all the files that I worked from last month till date. Is there any command in UNIX for doing this? Help me out!!!
-
Junior Member
Re: Files in UNIX
Yes. The 'find' command can help you.
like, find $HOME/ -mtime 30
Please check 'man find' for more options.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules