How to create a file in Linux?
Originally Published Here ๐!
To create a file, you can use the touch command followed by the name of the file with the extension in Linux.
For example, to create a file with the name Hello.txt, you can use the touch command like this,
# Make a file ...
melvingeorge-me.hashnode.dev1 min read