Skip to content
Snippets Groups Projects
Commit 48c6f271 authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
Browse files

ajout copie des fichiers fastq

parent 46e5bc9a
No related branches found
No related tags found
No related merge requests found
Pipeline #40257 passed
......@@ -148,7 +148,15 @@ Let's imagine you want your script `script1.sh` locally to run your analysis, bu
ls
ls script
```
!!! question "Copy the files dataA.fastq and dataB.fastq from the `data` folder"
??? example "Click to show the solution"
```bash
cp -r ../data/dataA.fastq .
cp -r ../data/dataB.fastq .
```
## Renaming files/folders (mv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment