linux cmd3
この出題文にある実際のコマンドの中でキー位置を指で覚えませう
関連タイピング
-
プレイ回数230短文英字218打
-
プレイ回数992英語短文300秒
-
プレイ回数1127長文299打
-
プレイ回数3241英語短文60秒
-
プレイ回数111短文英字142打
-
プレイ回数91長文125打
-
プレイ回数1257短文英字90秒
-
プレイ回数1014長文英字90秒
問題文
(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