Sponsored Content
Top Forums Shell Programming and Scripting Listing the creation date/time of a file in unix Post 99121 by matrixmadhan on Wednesday 15th of February 2006 12:29:45 AM
Old 02-15-2006
Quote:
Originally Posted by rahulrathod
Agree with you.

But creation time should be stored somewhere i beleive as the find command can get the files created on/before/after a particular date. Curious to know where this info might be available.

Rahul.
could you please let me know what is the option available in find to retrieve a file created before n days?

from the man pages of find with respect to time modification

Code:
-atime n
         True if the file was accessed n days ago.

Code:
-ctime n
        True if the file's status was changed n days ago.

Code:
 -mtime n
        True if the file's data was modified n days ago.

no where file creation date/time would be stored
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

file creation time

i have to delete some files that were created on a particular date. is there any way to do that without affecting the files that were modified on the same date? (1 Reply)
Discussion started by: sskb
1 Replies

2. UNIX for Dummies Questions & Answers

file creation date & time

Hi All, I have some files which are creates every day using a script. I want to create a log files which does write "filename,creation day and time" how can I do this ?? Alice (3 Replies)
Discussion started by: alisevA3
3 Replies

3. UNIX for Dummies Questions & Answers

Changing Creation Date to a Prespecified Date of a File In Unix

Dear Expert, Is there a command to do that in Unix? In such a way that we don't need to actually "write" or modified the content. -- monkfan (4 Replies)
Discussion started by: monkfan
4 Replies

4. Shell Programming and Scripting

Unix File creation time

IS there any command to find the file creation time in Unix. (2 Replies)
Discussion started by: tinivt
2 Replies

5. UNIX for Dummies Questions & Answers

About Unix File creation time

Hello, I registered and recreated this thread because everywhere we can see "It's not possible to get the file creation time in UNIX fs". This is not true any more with Ext4! Unfortunately, there is not user-level tools that allow you to read those information. You have to use a low level tool... (4 Replies)
Discussion started by: gaellafond
4 Replies

6. Shell Programming and Scripting

listing file date and time without usage of pipe

Hi , I am using below code to list the 6th,7th and 8th field of the file ls -lrt test | awk '{print $6,$7,$8}' output: Nov 21 19:34 Now the problem here is that I want to do it without the usage of pipes as its now allowed in my production environment Please let me know... (6 Replies)
Discussion started by: harish612
6 Replies

7. UNIX for Dummies Questions & Answers

Converting string date time to unix time in AWK

I'd like to convert a date string in the form of sun aug 19 09:03:10 EDT 2012, to unixtime timestamp using awk. I tried This is how each line of the file looks like, different date and time in this format Sun Aug 19 08:33:45 EDT 2012, user1(108.6.217.236) all: test on the 17th ... (2 Replies)
Discussion started by: bkkid
2 Replies

8. Shell Programming and Scripting

Adding time to date time in UNIX shell scipting

I needed some help in adding a duration (in seconds) to a start time (in hhmmss format) and a start date (in mmddyy format) in order to get an end date and end time. The concept of a leap year is also to be considered while incrementing the day. The code/ function that I have formed so far is as... (3 Replies)
Discussion started by: codehelp04
3 Replies

9. UNIX for Dummies Questions & Answers

File creation time in UNIX

Hi All, Can any one help how to long list today's files in unix.i.e files which are have been created today should be able to "ls -ltr" .I should be able to apply the "ls -ltr" command on today's files(should not include all the files which were there in the directory). Thanks in advance!!! (3 Replies)
Discussion started by: Balasankar
3 Replies

10. Shell Programming and Scripting

Sftp file creation date and time

Hi Team, How to get the file creation date and time in SFTP server we can able to type ls -ltr command only SFTP server. Generally we type ls --full-time test.txt we will get the date and time , same way how to do in SFTP server after connected. Thanks (1 Reply)
Discussion started by: bmk123
1 Replies
vfind(1)							    ShapeTools								  vfind(1)

NAME
vfind - find attributed software objects (ASOs) SYNOPSIS
vfind [ options ] pathname-list expression DESCRIPTION
Vfind recursively descends the directory hierarchy for each pathname in the pathname-list seeking asos that match a boolean expression written in the primaries given below. In the description, the argument n is used as a decimal integer where +n means more than n, -n means less than n and n means exactly n. OPTIONS
-version print version information about the vfind program itself. No other action given will be performed. -?, -help print brief instructions about using vfind. -cache match a boolean expression also for aso residing in the derived object cache. -cut nesting depth causes vfind to descend the filesystem hierarchy down to nesting depth nesting depth. -force Vfind normally ignores saved asos iff a AtFS directory is a symbolic link. If the -force option is given vfind takes also symbolic AtFS directories into consideration. -hits causes vfind to return the number of expressions yielding true during evaluation. -xdev causes vfind not to traverse down into a file system different from the one on which current argument pathname resides. PRIMARIES
-atime n True if the aso has been accessed in n days. -ctime n True if status of the aso has been changed in n days. -mtime n True if the aso has been modified in n days. -stime n True if the aso has been saved in n days. -ltime n True if the aso has been locked in n days. -exec command True if the executed command returns a zero value as exit status. The end of the command must be punctated by an ecscaped semicolon. A command argument `{}' is replaced by the system name of the current aso. -exit n Terminates vfind and returns n as the exit status. -vl Always true; causes the current aso to be printed together with its associated statistics. This includes protection mode, AtFS ver- sion state, user, host, size in bytes, modification time respectively saving time. The format is identical to that of ``vl -l''. -name name True if the name argument matches the filename component of the current aso. Normal Shell argument syntax may be used if escaped. -perm onum True if the aso permission flags exactly match the octal numer onum. If onum is prefixed by a minus sign, more flag bits (017777) become significant and the flags are compared: (flags&onum)==onum. -print Always true; causes the relative path of the current aso to be printed. -prune Always true; has the side effect of pruning the tree, iff the current file is a directory. -SinceName name True if the current aso is older than the corresponding aso having the symbolic name name. -symbolic name True if the current aso has the symbolic name name. See vadm(1) or save(1) on how to attach a symbolic name to an aso. -state state True if the state of the current aso matches state state, where state is busy, save, proposed, published, accessed, or frozen. -type c True if the type of the current aso is c, where c is b, c, d, f, l, or s for block special file, character special file, directory, plain file, symbolic link, or socket. -uda uda True if the current aso has an user defined attribute matching uda uda, where uda is of the form name[=value]. -user user True if the current aso belongs to user user, where user is a login name optinally followed by a domainname (e.g. uli@cs.tu- berlin.de). -last True if the current aso is the last version of the development line. -first True if the current aso is the first version of the development line. -locked True if the current aso is locked. -locker user True if the current aso is locked by user user, where user is a login name optionally followed by a domainname. -eq vnum True if the version number of the current aso matches version number vnum, where vnum is generation.revision. -lt vnum True if the version number of the current aso is less than the version number vnum. -le vnum True if the version number of the current aso is less equal than the version number vnum. -gt vnum True if the version number of the current aso is greater than the version number vnum. -ge vnum True if the version number of the current aso is greater equal than the version number vnum. -newer file True if the current aso is more recently than the argument file which can be an aso (e.g. vfind.c[1.6]). -size n True if the file is n blocks long (512 bytes per block). The primaries may be combined using the operators (, ) for grouping, ! for negation, -a for concatenation (may be omitted) and -o for alternation of primaries. Parentheses and the exclamation mark are special to the Shell and must be escaped. vfind does not descent AtFS directories, so the AtFS archives are never selected. EXAMPLES
To find all asos whose state is busy and that have the symbolic name "foobar": vfind / -state busy -symbolic foobar -print To find the latest proposed version of foo.c in the current directory: vfind -prune 0 . -name foo.c -state proposed -last -print SEE ALSO
vl(1), find(1) INCOMPATIBILITIES
The following find(1) primaries are not recognized or implemented: -link, -nouser, -group, -nogroup, -inum, and -ok. AUTHOR
Uli.Pralle@cs.tu-berlin.de Steve Emerson (steve@unidata.ucar.edu) contributed the primary 'SinceName'. vfind-3.3 Tue Jun 29 16:31:49 1993 vfind(1)
All times are GMT -4. The time now is 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy