LPIC 1 | redirect filter

背景
投稿者投稿者courageいいね1お気に入り登録
プレイ回数91難易度(1.8) 567打 英語 英字
タグLPIC 101 level1
LPIC pipe and redirect

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(0 standard input file keyboard) 0 standard input file keyboard (1 standard output screen terminal) 1 standard output screen terminal (2 Standard error output screen terminal) 2 Standard error output screen terminal (tee) tee (tee -a) tee -a (command > file) command > file (command < file) command < file (command >> file) command >> file (command 2> file) command 2> file (command 2>> file) command 2>> file
(command > file 2>&1) command > file 2>&1 (command >> file 2>&1) command >> file 2>&1 (command << exit character) command << exit character (command1 | command2) command1 | command2 (command1 2>&1 | command2) command1 2>&1 | command2 (command1 | tee file | command2) command1 | tee file | command2 (command &> file) command &> file (cat) cat (cat -n) cat -n (nl) nl
など
(nl -b) nl -b (nl -h) nl -h (nl -f) nl -f (nl a) nl a (nl t) nl t (nl n) nl n (od) od (od -t) od -t (od c) od c (od o) od o (od x) od x (head) head (head -n) head -n (head -5) head -5 (head -c) head -c (tail) tail (tail -n) tail -n (tail -5) tail -5 (tail -c) tail -c (tail -f) tail -f (cut) cut (cut -c) cut -c (cut -d) cut -d (cut -f) cut -f (paste) paste (paste -d) paste -d (tr -d) tr -d (tr -s) tr -s (tr [:alpha:]) tr [:alpha:] (tr [:lower:]) tr [:lower:] (tr [:upper:]) tr [:upper:] (tr [:digit:]) tr [:digit:] (tr [:alnum:]) tr [:alnum:] (tr [:space:]) tr [:space:]
問題文を全て表示 一部のみ表示 誤字・脱字等の報告