Versions Compared

Key

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

...

Code Block
titlePlay a scavenger hunt for more practice
cd
cp -r /work/projects/BioITeam/projects/courses/Core_NGS_Tools/what what
# or using the $CORENGS environment variable
cp -r $CORENGS/linuxpractice/what what
cd what
cat readme

...