Login
Remember
Register
Ask a Question
How to create a blank file in linux from command line ?
0
votes
asked
Sep 7, 2021
in
Linux
by
Robindeniel
How to create a blank file in linux from command line ?
blank-file-linux
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 7, 2021
by
Robindeniel
Using the command ‘touch <file-name>’ is used to
to create a blank file in linux from command line
...