linux cmd4 tmux

tmux cmnd confuse?
関連タイピング
-
Linux、NetBSD初心者コマンド練習タイピング
プレイ回数332英字60秒 -
ランダム出題です。
プレイ回数432短文英字218打 -
よく使うUNIXコマンドを練習しよう!
プレイ回数1214長文299打 -
プレイ回数846長文90秒
-
プレイ回数380長文60秒
-
cmd 前の指動かし
プレイ回数1517長文90秒 -
個人用です。
プレイ回数54460秒 -
プレイ回数223長文391打
問題文
ふりがな非表示
ふりがな表示
(tmux ls)
tmux ls
(tmux new -s ss1)
tmux new -s ss1
(ls)
ls
(tmux ls)
tmux ls
(tmux kill-server)
tmux kill-server
(history > histmux.txt)
history > histmux.txt
(cat histmux.txt |)
cat histmux.txt |
(| sed -e ’s/3[0-9][0-9] //g’ |)
| sed -e 's/3[0-9][0-9] //g' |
(| tail -n 20 > t.txt)
| tail -n 20 > t.txt
(history | grep ’398 cat’ >>t.txt)
history | grep '398 cat' >>t.txt