linux cmd3
cmd 前の指動かし
非プログラマは / { ’ [ - . > とあまり打ちませんので
この出題文にある実際のコマンドの中でキー位置を指で覚えませう
この出題文にある実際のコマンドの中でキー位置を指で覚えませう
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | エミリー | 1777 | F | 1.8 | 94.9% | 90.0 | 169 | 9 | 6 | 2026/05/06 |
関連タイピング
-
Linuxコマンド練習
プレイ回数79 長文英字60秒 -
打って叩いてついでに覚えってって!
プレイ回数110 英語60秒 -
Hackerに必要なコマンドに特化したタイピングゲームです。
プレイ回数73 英語長文180秒 -
Lpic level2 コマンド練習
プレイ回数1805 英字240打 -
プレイ回数2408 短文英字331打
-
プレイ回数315 長文英字357打
-
実務で役立つコマンド入力と記号タイピング
プレイ回数299 長文60秒 -
Linuxのコマンドのタイピング練習です。
プレイ回数3736 英語短文60秒
問題文
ふりがな非表示
ふりがな表示
(history | tail -n 20 > h.txt)
history | tail -n 20 > h.txt
(wget http://ftp.g.jp/g/prm/p.tar.bz2)
wget http://ftp.g.jp/g/prm/p.tar.bz2
(tar -xvjf p.tar.bz2 > extracted-file)
tar -xvjf p.tar.bz2 > extracted-file
(cd $(head -n 1 extracted-file))
cd $(head -n 1 extracted-file)
(./cnfig && make && sudo make install)
./cnfig && make && sudo make install
(parallel --version | head -n 1)
parallel --version | head -n 1
(cd ..)
cd ..
(rm -r $(head -n 1 extracted-file))
rm -r $(head -n 1 extracted-file)
(rm p.tar.bz2 extracted-file)
rm p.tar.bz2 extracted-file
(history | grep 73[0-9])
history | grep 73[0-9]
(history | tac | head -20 > hishis)
history | tac | head -20 > hishis
(seq 100 | grep 3 | wc -l)
seq 100 | grep 3 | wc -l
(seq 300 | grep 3 | tail)
seq 300 | grep 3 | tail
(echo -n hello)
echo -n hello
(echo -n ”hello” > testes)
echo -n "hello" > testes
(echo ”world” >> testes | cat testes)
echo "wORld" >> testes | cat testes
(for i in{0..100..2};do echo ”$i”;done)
for i in{0..100..2};do echo"$i";done
(for i in {0..100..2})
for i in {0..100..2}
(> do echo ”$i^2” | bc)
> do echo "$i^2" | bc
(> done | tail)
> done | tail
など
(history | tail -n 1 >> hishis_bk)
history | tail -n 1 >> hishis_bk
(grep -v ^# /var/lib/nwmgr/wlan0.conf)
grep -v ^# /var/lib/NwMgr/wlan0.conf
(history | grep 713 >> hishis_bk)
history | grep 713 >> hishis_bk