Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
List files newer than 10 days
Name: Siow Wei Date: January 6, 2003 at 19:51:52 Pacific OS: Win 2000 CPU/Ram: 256
Comment:
Hi all, I manage to list files in long listing by time last modified and starting with 'N": ls -lt |grep N Can I know how to list files that are newer than 10 days? And also, how to find files that have less than 2 links? Thank you.
Summary: @echo off ------------------------- :: Description: Deletes files older than a specified number of days :: ++ attributes not set :: :: Author: Barry.Lawrence@btinternet.com :: Date: 01/03/...
Summary: my question is Find all files in my home directory newer than 10 days and with names starting with N and copy these files into a directory called back up the directory name is /users/students/200104/d...
Summary: I am new to shell scripting. The requirement is as follows: At the beginning of the script, check file creation date. If it's more than 2 days old, rename the file with prefix "backlog". I would reall...