source:
issm/oecreview/Archive/14312-15392/ISSM-14937-14938.diff
Last change on this file was 15393, checked in by , 12 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/scripts/vie
1 #!/bin/bash 2 3 if [ ! -z $EXECUTION_DIR ]; 4 then 5 EXECUTION_DIR=$ISSM_DIR/execution 6 fi 7 8 cd $EXECUTION_DIR 9 DIR=$(ls -lrtd *"/" | awk '{line= $0} END {print line}' | awk '{printf("%s\n",$9);}') 10 vim $DIR/*.errlog -
../trunk-jpl/scripts/vil
Property changes on: ../trunk-jpl/scripts/vie ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property
1 1 #!/bin/bash 2 2 3 if [ ! -z $EXECUTION_DIR ]; 4 then 5 EXECUTION_DIR=$ISSM_DIR/execution 6 fi 7 3 8 cd $EXECUTION_DIR 4 9 DIR=$(ls -lrtd *"/" | awk '{line= $0} END {print line}' | awk '{printf("%s\n",$9);}') 5 10 vim $DIR/*.outlog
Note:
See TracBrowser
for help on using the repository browser.