Search Results

Search: Posts Made By: qwerty1234
12,487
Posted By qwerty1234
This did the trick: for i in $(find...
This did the trick:

for i in $(find $document_root -name dvgrab-\*.mpg) ; do
touch -t $(echo $i | sed...
12,487
Posted By qwerty1234
I've done an attempt to fix your "work of art" :)...
I've done an attempt to fix your "work of art" :)
for i in $(find $document_root -name dvgrab-\*.mpg) ; do
touch -t $(echo $i | sed...
12,487
Posted By qwerty1234
Thanks for your suggestion, but this didn't do...
Thanks for your suggestion, but this didn't do much. Could there be a typo somewhere?

BR,
Q
12,487
Posted By qwerty1234
Extract date from filename and set timestamp
I have lots of files in this format:
dvgrab-2003.06.29_15-30-24.mpg

The numbers represents the date and time (YYYY.MM.DD_HH-MM-SS)

How can I extract the dates from the filenames, and use the...
Showing results 1 to 4 of 4

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