home.social

#imotw — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #imotw, aggregated by home.social.

  1. I almost forgot !!! #imotw #imageoftheweek :

    aweek=`date --date="6 days ago" +%Y-%m-%d` ; find 'project/' \( -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' -o -iname '*.pdf' \) -newermt $aweek -printf "%s %p\n" | sort -n

    Added *.pdf as I often output my #rstat in pdfs, so more results with that! #bash #pipe #linux