Search Results

Search: Posts Made By: dgerman
7,628
Posted By dgerman
By default ls displays Mon dd ccyy format for...
By default ls displays Mon dd ccyy format for files modified more than 6 months ago which is why pravin27 suggested --time-style

Are you trying to change the timestamp of the file or the display...
4
1,327
Posted By dgerman
find /path/to/files -type f -mtime +2 mtime...
find /path/to/files -type f -mtime +2

mtime is when contents of the file was modified
atime is when the file was accesed (read)
ctime is when the status was changed
2,144
Posted By dgerman
Broken link FAQ date arithmetic with shell
page
unix com/answers-frequently-asked-questions/13785-yesterdays-date-date-arithmetic.html

Date Arithmetic with the Shell

has link of

www samag com/documents/s=8284/sam0307b/0307b.htm
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy