[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>92 You don't need to break lines on pipes.
find . -type f -print0 | # list all files xargs -0 -n1 ffprobe 2>&1 | # extract media information awk '...' | # do something with it less
Should work just fine.
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode