WPM
100
CPM
100
Errors
0
Time
15Min
Accuracy
100%
Start Linux command line typing Practice. using sed command line, sed version, installation, read, write and delete in linux file system, using curl command, a different file name or location curl typing practice.Click on the area below to start typing.
S.No. | Paragraph : Practice repeatedly whatever you would like most for full fifteen minutes | Lessions | click to Practice |
---|---|---|---|
1 | //installing sed [user]: ~$ sudo apt-get install sed //Check Version [user]: ~$ sed --version //read a text file [user]: ~$ sed āā text.txtPrograms //deleting first line in file [user]: ~$ sed ā1dā text.txt command reads the second line and writes it in the text2.txt file. [user]: ~$ sed '2~2 w text2.txt' text.txt [user]: ~$ cat text2.txt | 1.1 | using sed command linux typing practice |