touch linux code example
Example 1: touch command
touch test.txt
// this creates a file called test.txt
Example 2: fbreader linux
sudo apt-get install fbreader
touch test.txt
// this creates a file called test.txt
sudo apt-get install fbreader