Skip to content

Commit

Permalink
Update 01_LinuxBasicCommands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon authored Oct 17, 2023
1 parent 78a438d commit 6a967c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/01_LinuxBasicCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pwd
#Output: /home/alumno/wgs/bacterial_wgs_training_dataset/RAW/FULL_DATA
cd ..
#Output: /home/alumno/wgs/bacterial_wgs_training_dataset/RAW/
cd ../..
cd ../../..
#Output: /home/alumno/
```

Expand Down

0 comments on commit 6a967c3

Please sign in to comment.