Changes

Jump to navigation Jump to search
5 bytes removed ,  08:36, 31 May 2018
no edit summary
Line 4: Line 4:  
  ls | xargs -t rm -r # -t shows the command that will be executed
 
  ls | xargs -t rm -r # -t shows the command that will be executed
 
  ls | xargs -t -n1 rm -r # Limit to one the number of arguments passed to rm
 
  ls | xargs -t -n1 rm -r # Limit to one the number of arguments passed to rm
  echo "pdgrt-api-central  pdgrt-api-node  pdgrt-deployment  rt-central  rt-node" | xargs -n1  | xargs -I  ARG echo git clone git@git.rra.lan:PDGRT_2.0/ARG.git
+
  echo "pdgrt-api-central  pdgrt-api-node  pdgrt-deployment  rt-central  rt-node" | xargs -n1  | xargs -I  ARG git clone git@git.rra.lan:PDGRT_2.0/ARG.git
 
</source>
 
</source>
  

Navigation menu