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?
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?
Post a Comment