Retourner au contenu associé (entrée de forum : tar + split + output)
Posté par Skanx (site web personnel) le 13 juillet 2015 à 14:39. En réponse au message tar + split + output. Évalué à 1.
Hello,
These are the 2 standard outputs: 1 is stdout 2 is stderr
To redirect error output, you should use 2>/usr/backup/backuped_files.lst
Additionally, in order to redirect both stdout and stderr to a file, you could use &>/usr/backup/backuped_files.lst
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# stderr
Posté par Skanx (site web personnel) . En réponse au message tar + split + output. Évalué à 1.
Hello,
These are the 2 standard outputs:
1 is stdout
2 is stderr
To redirect error output, you should use 2>/usr/backup/backuped_files.lst
Additionally, in order to redirect both stdout and stderr to a file, you could use &>/usr/backup/backuped_files.lst