0 votes
in Linux by
How to create a blank file in linux from command line ?

1 Answer

0 votes
by

Using the command ‘touch <file-name>’ is used to to create a blank file in linux from command line

...