linux cmd 2
関連タイピング
-
プレイ回数829長文90秒
-
プレイ回数376長文60秒
-
プレイ回数548長文60秒
-
プレイ回数1503長文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