linux cmd 2

背景
投稿者投稿者ya3Qいいね1お気に入り登録
プレイ回数1034難易度(3.9) 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