Versions Compared

Key

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

...

step by step answers

Expand
titleStep 2 1 answer

From inside your ~/what directory:

Code Block
titlePlay a scavenger hunt for more practice
mkdir starts
cd starts
cp /work/projects/BioITeam/projects/courses/Core_NGS_Tools/linuxpractice/steps/nextInstr .
cat nextInst
Expand
titleStep 3 2 answer

From inside your ~/what/starts directory:

Code Block
titlePlay a scavenger hunt for more practice
mkdir here
cd here
wget http://web.corral.tacc.utexas.edu/BioITeam/step3.txt
cat step3.txt
Expand
titleStep 4 3 answer

From inside your ~/what/starts/here directory:

Code Block
titlePlay a scavenger hunt for more practice
rsyncscp -r scp -avPr /work/projects/BioITeam/projects/courses/Core_NGS_Tools/linuxpractice/changes/ changes/
# or
scprsync -r scp -rptvP /work/projects/BioITeam/projects/courses/Core_NGS_Tools/linuxpractice/changes/ changes/

# Then
cd changes 
more largeFile.txt
Expand
titleStep 5 4 answer

From inside your ~/what/starts/here/changes directory:

Code Block
titlePlay a scavenger hunt for more practice
rsync -avP corengstools@gapdhcorengstools@cobras.icmbccbb.utexas.edu:~/the/ the/
cd the
cat instr5.txt
cd world
cat instr6.txt

...