Skip to content
Snippets Groups Projects

Update file UNIX_HPC_exercise_instructions.md

Merged Fanny Wegner requested to merge master-patch-a089 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -269,7 +269,7 @@
5. Extracting parts of a character string:
```sh
grep "variant" all_ompA.fasta | cut -d '-' -f 3 # or use the headers file
grep "variant" all_ompA.fasta | cut -d '_' -f 3 # or use the headers file
```
6. Concatenating input and files
```sh
Loading