Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
File modification
Name: johan Date: July 31, 2007 at 04:55:54 Pacific OS: sun 9 CPU/Ram: 1 Product: 1
Comment:
I have large file as below:
| p 342434 24234324 234234 | p werwerwer 8ew8we9r8 | p asdasdasdadads e.t.c. many times
It should look like next one:
| p 342434 24234324 234234 | p werwerwer 8ew8we9r8 | p asdasdasdadads | p e.t.c. (always ^| p) What I can do?
Summary: To be accurate, Unix does not have a file creation time - just a file modification time. The modification time is changed each time a file is written to. Any user with write permission on a file ca...
Summary: Sounds like a job for cron. The script could compare file modification dates against a reference file. After checking, it could touch the reference file to update the timestamp. You could compare file...