Different methods to create a text file in Linux terminal
In this article I will show you 7 different methods to create a new file in Linux using terminal.
1. Using touch command
The touch command is used for changing the timestamp of a file. But it can also be used to create a new empty file using the foll...
tenocijam.hashnode.dev3 min read