Skip to content
Snippets Groups Projects

Update file UNIX_HPC_cheat_sheet.md

Merged Fanny Wegner requested to merge master-patch-ee58 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading