Answers for "create file in directory linux"

0

with which command make file and directory in linux

$ ls -FR thesis
chapter_1/

thesis/chapter_1:
section_1/

thesis/chapter_1/section_1:
subsection_1/

thesis/chapter_1/section_1/subsection_1:
Posted by: Guest on January-17-2021
0

create file linux

//will create test.txt
sudo touch test.txt
Posted by: Guest on March-10-2021

Code answers related to "create file in directory linux"

Browse Popular Code Answers by Language