>: add file emptying example (#14080)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
@@ -18,3 +18,7 @@
|
|||||||
- Redirect both `stdout` and `stderr` to `/dev/null` to keep the terminal output clean:
|
- Redirect both `stdout` and `stderr` to `/dev/null` to keep the terminal output clean:
|
||||||
|
|
||||||
`{{command}} &> /dev/null`
|
`{{command}} &> /dev/null`
|
||||||
|
|
||||||
|
- Clear the file contents or create a new empty file:
|
||||||
|
|
||||||
|
`> {{path/to/file}}`
|
||||||
|
Reference in New Issue
Block a user