Monday, May 6, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 878  / 3 Years ago, sun, october 3, 2021, 12:30:27

How to create a new file / an empty file using command or shortcut or without command?


Like To create new Folder,


shortcut: Ctrl + Shift + N
Right click and create New Folder

More From » command-line

 Answers
6

  1. Using touch filename.fileextention


    touch filename.fileextention
    For ex. - touch test.txt


  2. Using >filename.fileextention


    >filename.fileextention
    For ex. - >test.txt


  3. create any fileextention template in Home/Templates and you can
    access that template to create file. For ex. create test.txt file in
    Home/Templates folder. Now wherever you wants to create an .txt
    extention file you can simply create using right click-> New Document- -> test




[#763] Monday, October 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jectedrin

Total Points: 491
Total Questions: 105
Total Answers: 111

Location: Netherlands
Member since Mon, Jun 7, 2021
3 Years ago
;