*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 22e12801 authored by Hickel, Markus's avatar Hickel, Markus
Browse files

modified pipe example

parent b4490eb5
No related branches found
No related tags found
No related merge requests found
......@@ -546,8 +546,7 @@ process.
```{.bash .numberLines startFrom=""}
mycommand1 | mycommand2
mycommand | grep foo # pipe "stdout" into "grep"
mycommand | tee myfile1 myfile2 # overwrite files and "stdout"
mycommand | tee -a myfile # append to files and "stdout"
df -h | grep data # show disk free of data fs
ls | grep "Me" # search for "Me" in current dir
```
......
No preview for this file type
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