Sponsored Content
Top Forums Shell Programming and Scripting Find unix file created how many days ago? Post 302440591 by Ikon on Tuesday 27th of July 2010 04:17:38 PM
Old 07-27-2010
This will display files in the current directory modified 10 days ago.

Code:
find ./ -mtime 10

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Deleting files created before two days ago

Dear All: I want to build a shell that delete files created two or more days ago ... I think it could be built using a special command with ls or grep, I'd apreciate any help from you guys I have a lot of log files from november, december, january and this tool will help me a lot The files... (3 Replies)
Discussion started by: josecollantes
3 Replies

2. Shell Programming and Scripting

command unix to list all files created since n month ago

Hello, I want to list all files that were created since 3 month ago. it exist a unix command to do it ? thank you (8 Replies)
Discussion started by: yacsil
8 Replies

3. UNIX for Dummies Questions & Answers

file was created before 15 days ago.

How can I get difference date between today and 15 days ago and all filename is was created before 15 days ago? It has to be korn shell script. Thanks. (1 Reply)
Discussion started by: YoungBlood
1 Replies

4. Shell Programming and Scripting

Find the file from 15 days ago

How can I get difference date between today and 15 days ago and all filename is was created before 15 days ago? It has to be korn shell script. Thanks. (2 Replies)
Discussion started by: YoungBlood
2 Replies

5. Shell Programming and Scripting

Find directories only and delete them created 3 days before

Hello I have some directories and files created under /export/local/user I would like to delete directories only under /export/local/user, created before 3 days Can someone help me with command to do this task? Thanks (4 Replies)
Discussion started by: needyourhelp10
4 Replies

6. UNIX for Dummies Questions & Answers

How to find files created some days before?

HI, I have 2 questions. 1> Is there any code to see files that created some day or some time before in a directory??? 2> how or where i will find the last exit status of a process?? thanks (6 Replies)
Discussion started by: jyotidas
6 Replies

7. Shell Programming and Scripting

what is the find to command to find the files created last 30 days

what is the find to command to find the files created last 30 days (5 Replies)
Discussion started by: rajkumar_g
5 Replies

8. Shell Programming and Scripting

Find a string in file 5 days ago

Hi, I need to grep for a string "Color Yellow" in all log files dated 5 days back until today's date . So, as today is 20 Dec i need to find in all logs from 16th dec to 20 dec. Also, i need ls -ltre output for the files that have the "Collor Yellow" string. Below is my OS: ... (1 Reply)
Discussion started by: mohtashims
1 Replies

9. Shell Programming and Scripting

Check how many minutes ago the last file created

Hi , I need help in getting how many minutes ago the last file, matching some pattern in file name, was created in a folder. Thanks in advance. (8 Replies)
Discussion started by: Anupam_Halder
8 Replies

10. UNIX for Beginners Questions & Answers

How to find a file that's modified more than 2 days ago but less than 5 days ago?

How to find a file that's modified more than 2 days ago but was modified less than 5 days ago by use of any Linux utility ? (4 Replies)
Discussion started by: abdulbadii
4 Replies
ff_hfs(1M)																ff_hfs(1M)

NAME
ff_hfs: ff - list file names and statistics for HFS file system SYNOPSIS
num] num] inode-list] num] file] prefix] special ... DESCRIPTION
The command reads the i-list and directories of each special file special, assuming it to be an HFS file system, saving i-node data for files that match the selection criteria. Output consists of the path name for each saved i-node, plus any other file information requested using the print options below. Output fields are positional. The output is produced in i-node order; fields are separated by tabs. The default line produced by contains the path name and i-number fields. With all options specified, the output fields include path name, i- number, size, and user ID. The num parameter in the options descriptions is a decimal number, where means more than num, means less than num, and num means exactly num. A day is defined as a 24-hour period. lists only a single path name out of many possible ones for an i-node with more than one link, unless you specify the option. With applies no selection criteria to the names listed. All possible names for every linked file on the file system are included in the output. On very large file systems, memory may run out before completes execution. Options and Arguments recognizes the following options and arguments: Select a file if the i-node has been accessed in num days. Select a file if the i-node has been changed in num days. Specify the HFS file system type. Generate names for any i-node specified in the inode-list. Do not display the i-node number after each path name. Generate a list of all path names for files with more than one link. Select a file associated with an i-node if it has been modified in num days. Select a file associated with an i-node if it has been modified more recently than the specified file. Add the specified prefix to each path name. The default prefix is (dot). Write the file size, in bytes, after each path name. Write the owner's login name after each path name. Echo the completed command line, but performs no other action. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. EXAMPLES
List the path names and i-numbers of all files in the file system Same as above, but suppress the printing of i-numbers: List files on the same file system that have been modified recently, displaying the path name, i-number, and owner's user name (the option). List only files that have been modified within the last two days (the option): List all files on the same file system, including the path name and i-number of each file, that was last accessed more than 30 days ago Find all path names associated with i-nodes and (the option): Execute the command on an HFS file system FILES
Static information about the file systems. SEE ALSO
find(1), ff(1M), ff_vxfs(1M), ncheck(1M), fstab(4). ff_hfs(1M)
All times are GMT -4. The time now is 06:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy