grid-14-virt-clusters

Applications of on-demand virtual clusters to high performance computing
git clone https://git.igankevich.com/grid-14-virt-clusters.git
Log | Files | Refs

convert.sh (138B)


      1 #!/bin/sh
      2 
      3 LOG=$1
      4 cmd="paste"
      5 
      6 for f in ',1,' ',2,' ',3,' ',4,'; do
      7 	cmd="$cmd <(grep '$f' $LOG | cut -d, -f3)"
      8 done
      9 echo "$cmd" | $SHELL