linux cmd3
この出題文にある実際のコマンドの中でキー位置を指で覚えませう
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | まえば | 3200 | E++ | 3.2 | 98.3% | 90.0 | 293 | 5 | 10 | 2024/10/29 |
2 | y t | 744 | G | 1.2 | 71.6% | 90.0 | 111 | 44 | 3 | 2024/10/07 |
関連タイピング
-
プレイ回数189短文英字218打
-
プレイ回数82長文125打
-
プレイ回数951英語短文300秒
-
プレイ回数1589英字240打
-
プレイ回数290長文367打
-
プレイ回数3154英語短文60秒
-
プレイ回数52760秒
-
プレイ回数960長文英字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