зеркало из
https://github.com/iharh/notes.git
synced 2025-10-31 21:56:08 +02:00
6 строки
112 B
Plaintext
6 строки
112 B
Plaintext
cmd1 &> cmd2
|
|
cmd1 ~ > cmd2 2>&1
|
|
redirect both sdout and stderr
|
|
|
|
cat/curl <some_script_file> | sh/bash/zsh/...
|