learn touch typing code example
Example 1: how to get better at typing
Practice by using: keybr.com & 10fastfingers.com
Start learning at: typing.com/student/lessons
Key points:
1. Focus on accuracy over speed.
2. Set small and achievable goals. Increasing them each time you complete one.
3. Regularly take brakes, practice every day for only 20 - 30 minutes.
4. Look away from the keyboard, then with your index fingers find the notches
on the F and J keys. Put the rest of your fingers on keys on the same row.
This is the best resting position.
Example 2: type
Use type command in Windows as follows:
C:\>echo hi > a.txt
C:\>echo bye > b.txt
C:\>type a.txt b.txt > c.txt
C:\>type c.txt