Versions Compared

Key

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

...

Code Block
languagebash
titleCopy command
cds
cp -r $BI/ngs_course/human_variation BDIB_Human_tutorial/raw_files &

Remember we can add the -v option to the cp command if we like some extra peace of mind that files are actually copying and that our terminal hasn't locked up, but that isn't as useful when running in the background.

...