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.
Timestamps of Files ???
Name: Stefanie Date: July 31, 2002 at 04:44:45 Pacific
Comment:
Hi guys,
I badly need help. I need to get the date and time a specific file has last been modified. This can be a Unix command or an Awk command.
Summary: GISmapper: I still learning sed, but this might work: sed '$a\ '"$(printf '\012')"' ' pipe your unzip command to the stub sed command above. The $a\ is sed's append to the end of file syntax. I'm ap...
Summary: Hi Is there anyway of doing a "cat" of the start & end of a file & append it to another eg: __Start file______ 00:00 this is the start........ . . . 04:00 this is the end.. ---end of file-------------...
Summary: I am trying to create a script that counts the number of files that contain a certain string. But doesn't list the files...just the number of files that actually contain it. I have what I had written ...