Quotidien Shaarli

Tous les liens d'un jour sur une page.

09/28/21

xargs -I option - Unix & Linux Stack Exchange
thumbnail
xargs -I% echo %

find . -mindepth 1 -maxdepth 1 -print0 | xargs -0I{} echo {}
How to convert timestamps to dates in Bash? - Stack Overflow
thumbnail

timestamp to date in command line

date -d @1267619929