Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:video:archiving_avchd [2013/05/24 20:44] – billh | docs:video:archiving_avchd [2013/05/27 12:44] (current) – billh | ||
---|---|---|---|
Line 12: | Line 12: | ||
Here is a bash loop to output a file of the original dates with filenames< | Here is a bash loop to output a file of the original dates with filenames< | ||
`which ls` -1 *.MTS|while read file;do | `which ls` -1 *.MTS|while read file;do | ||
- | echo " | + | echo " |
- | done > dates.txt | + | done |sed -e ' |
</ | </ | ||