The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-02-2005
moxxx68's Avatar
moxxx68 moxxx68 is offline
Registered User
  
 

Join Date: Mar 2004
Posts: 301
Cool atime, ctime, mtime somewhere along csize..

i have used all forms of the unix find command.. and right now this is the only command i can think of that might have this option..:
if i use mtime i am looking at a time interval.. but if i wanted to find out intervals of access, change and modification according to when a file changed size "and what that size was!" how would i go about doing this.. i can only think this is so obvious and i have missed the point completely or that there is really no such thing..:
ex,. find -type f etc printf "%...%...%\n"
5065 Feb 2 00:59:59 file[abc]..
(just an example)
but this read out should give the size of the file before the last modification (or access etc)...
if there is any such thing please clue me in..
thanx moxxx68