Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2912

【Bash】リダイレクトまとめ

$
0
0
# 入力 command < file # ファイルの内容をコマンドの標準入力に渡す command >&2 # 標準出力を標準エラー出力にリダイレクト command > file # ファイル新…

Viewing all articles
Browse latest Browse all 2912

Trending Articles