bugGNU Parallel - Bugs: bug #48636, Orgalog emulation

 
 

bug #48636: Orgalog emulation

Submitter:  Ole Tange <tange>
Submitted:  Tue 26 Jul 2016 12:30:32 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 26 Jul 2016 12:30:32 PM UTC, original submission:  

https://github.com/reconquest/orgalorg


axfr | grep phpnode | orgalorg -s -C uptime

axfr | parallel --slf - uptime


orgalorg -o <host>... -x -C whoami

parallel -S host --sudo whoami # Missing --sudo


orgalorg -o <host>... -C tail -f /var/log/syslog

parallel --lb -S host tail -f /var/log/syslog


orgalorg -o <host>... -p -i ~/.ssh/id_rsa.pub -C tee -a ~/.ssh/authorized_keys

export SSHPASS=`ssh-askpass`

cat ~/.ssh/id_rsa.pub | parallel --ssh 'sshpass ssh' --pipe --nonall 'cat >> ~/.ssh/authorized_keys" # Requires --pipe --nonall


orgalorg -o <host>... -xn 'systemctl reload nginx' -S /etc/nginx.conf

parallel -S host --basefile myconfigs/./etc/nginx.conf --wd / --sudo systemctl reload nginx # --sudo missing


orgalorg -o <host>... -i script.bash -C bash

cat script.bash | parallel -S host --nonall --pipe bash # --nonall --pipe missing


orgalorg -o <host>... -lx -C pacman -Sy my-package --noconfirm

parallel --nonall -S host --sudo pacman -Sy my-package --noconfirm


orgalorg -o <host>... -C sleep '$(($RANDOM % 10))' '&&' echo done

parallel -S host --nonall sleep '$(($RANDOM % 10))' '&&' echo done


orgalorg -o <host>... -i /dev/stdin -C bash -s

parallel -S host --nonall --lb --pipe bash -s # --nonall --pipe --lb missing


orgalorg -o <host>... -L

parallel --semaphore


orgalorg -o <host>... -L -r /etc

parallel --semaphore --id etc

Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code