Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlemake a single final file using the cat command and copy to a useful work directory
collapsetrue
# remember that things after the # sign are ignored by bash 
cat BDIB.output.txt > first_job_submission.final.output 
mkdir $WORK/BDIB_GVA_2016
mkdir $WORK/BDIB_GVA_2016/end_of_course_summary/  # each directory must be made in order to avoid getting a no such file or directory error
cp first_job_submission.final.output $WORK/BDIB_GVA_2016/Day1/first_tacc_jobend_of_course_summary/
cp what_i_did* $WORK/BDIB_GVA_2016/end_of_course_summary/