All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— March 17, 2014 - Monday 17, March 2014 ———————————
xargs -
thumbnail

J'utilise trop peu xargs, je me débrouille toujours autrement alors que parfois ce serait plus simple en l'utilisant.

| xargs -I VAR cp VAR /tmp/VAR.copy

I l 1

c'est un "i" majuscule

xargs -I % sh -c 'command1; command2; ...' < a.txt

-