...
Code Block | ||
---|---|---|
| ||
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 |
...
...
Code Block | ||
---|---|---|
| ||
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 |
...