Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Io Redirection
Portable way to invoke tar with a list of files from stdin
Apr 25, 2021
Why is `sort < "$f1" ` preferred over `sort -- "$f1"`, and why is this preferred over `sort "$f1"`?
Apr 25, 2021
Do file descriptors optimise writing to files?
Apr 25, 2021
Using jq within pipe chain produces no output
Apr 25, 2021
How to cat and sed together?
Apr 25, 2021
How to split an output to two files with grep?
Apr 25, 2021
How to make reading and writing the same file in the same pipeline always "fail"?
Apr 25, 2021
pipe password to `sudo` and other data to `sudo`ed command
Apr 25, 2021
Why is the behavior of `command 1>file.txt 2>file.txt` different from `command 1>file.txt 2>&1`?
Apr 25, 2021
Accidentally used the output redirection > instead of a pipe |
Apr 25, 2021
« Newer Entries
Older Entries »