From: hackbard Date: Sun, 13 Sep 2009 19:49:42 +0000 (+0200) Subject: save in src dir + app(endix) X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=393085e082fb39a3b0f7cd90b66c69d13c27c981 save in src dir + app(endix) --- diff --git a/vasp_tools/pc_script b/vasp_tools/pc_script index 807d506..2e2b5f0 100755 --- a/vasp_tools/pc_script +++ b/vasp_tools/pc_script @@ -44,7 +44,7 @@ echo "running on $files using $sx $sy $sz ..." #./pc_calc $sx $sy $sz $files ./pc_calc $sx $sy $sz $files | grep ^pc | \ - awk '{ print $2 " " $3 " " $4 " "$5 }' > pc.txt + awk '{ print $2 " " $3 " " $4 " "$5 }' > $1/pc${app}.txt echo "done"