iambumblehead / thu.sh

bash script to render thumbnails for various types of file
GNU General Public License v3.0
1 stars 0 forks source link

Add video thumbnail #2

Closed iambumblehead closed 7 months ago

iambumblehead commented 7 months ago
date +%s%3N milliseconds unix epoch timestamp
date -d "`date +%Y%m01` -1 month" +%s%3N
date -d "`date +%Y%m01` -2 month" +%Y-%m-%d
iambumblehead commented 7 months ago
date '+%F %T' -d "@$( stat -c '%Y' "$filepath"; )"