mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 23:00:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Read `stdin` and perform an action on every line:
|
||||
|
||||
`while read line; do {{echo|ls|rm|...}} "$line"; done < {{/dev/stdin|path/to/file|...}}`
|
||||
`cat {{/dev/stdin|path/to/file|...}} | while read line; do {{echo|ls|rm|...}} "$line"; done`
|
||||
|
||||
Reference in New Issue
Block a user