Jan 222010
Create an empty file in Linux
Answer:
Besides using the touch command, any easy tricks is to use the > redirection, e.g.
# > test.txt
Easy enough?
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Create an empty file in Linux
Answer:
Besides using the touch command, any easy tricks is to use the > redirection, e.g.
# > test.txt
Easy enough?