Skip to content
Snippets Groups Projects
Commit e7f79879 authored by Fanny Wegner's avatar Fanny Wegner
Browse files

Merge branch 'master-patch-ee58' into 'master'

Update file UNIX_HPC_cheat_sheet.md

See merge request !31
parents 9cf750da 09e1ad27
No related branches found
No related tags found
1 merge request!31Update file UNIX_HPC_cheat_sheet.md
......@@ -44,6 +44,7 @@ wc foo.txt # List number of lines, words and characters in the file
wc -l foo.txt # Counts the lines
cut -d [delimiter] -f [field] foo.txt # Cuts out the specified fields that are separated by the specified delimiter out of each line of a file
touch foo.txt # Create empty file if it does not exist or change "modified by" date of existing file
grep pattern foo.txt # search for pattern in file
```
## Input and Output
......
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