4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged xargs x
  • Note: xargs parallel, example with curl

    A way to parallelize curl call with xargs:

    cat url.list | xargs -n 1 -P 15 -I % curl -so /dev/null -k -A curltestxargs %

    August 22, 2016 at 5:09:32 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?b3ibmA
    curl xargs
  • thumbnail
    xargs: How To Control and Use Command Line Arguments

    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

    March 17, 2014 at 12:19:35 PM GMT+1 * - permalink - archive.org - http://www.cyberciti.biz/faq/linux-unix-bsd-xargs-construct-argument-lists-utility/
    xargs
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation