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
|