How to create an empty file in Linux
Answer:
A simple touch command will create an empty file for you.
# touch test.txt
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to create an empty file in Linux
Answer:
A simple touch command will create an empty file for you.
# touch test.txt
[...] using the touch command, any easy tricks is to use the > redirection, [...]