linux cmd 2

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | エミリー | 1822 | F | 1.9 | 96.0% | 90.0 | 171 | 7 | 6 | 2025/05/03 |
関連タイピング
-
プレイ回数847長文90秒
-
プレイ回数381長文60秒
-
tmux cmnd confuse?
プレイ回数559長文60秒 -
cmd 前の指動かし
プレイ回数1523長文90秒
問題文
(sudo aptitude install w3m)
sudo aptitude install w3m
(acpi)
acpi
(grep bash /etc/passwd)
grep bash /etc/passwd
(grep -i system /etc/passwd)
grep -i system /etc/passwd
(ls /etc | grep cron)
ls /etc | grep cron
(locate --version)
locate --version
(find . -iname s.txt -print)
find . -iname s.txt -print
(find . -type f -name ’*.txt’ -print)
find . -type f -name '*.txt' -print
(locate ’*.sed’)
locate '*.sed'
(locate -b python2 python3 | tail)
locate -b python2 python3 | tail
(history | tail -n 40 > hist.txt)
history | tail -n 40 > hist.txt
(echo hoge{000,111,222})
echo hoge{000,111,222}
(cp hist.txt{,_bk})
cp hist.txt{,_bk}
(du -b /bin/* | sort -n | tac | head)
du -b /bin/* | sort -n | tac | head
(ps x | sort -k 5)
ps x | sort -k 5