saving . . . saved linux file command has been deleted. linux file command has been hidden .
linux file command
Title
Question
Sir, kindly mention how to create file in linux? As you have only explained how to create directories in linux

Linux Working-with-Regular-Files 01-02 min 40-50 sec 23-08-19, 2:39 p.m. Fauziya

Answers:

Kindly watch the tutorial "Ubuntu Desktop".
23-08-19, 3:34 p.m. pravin1389
I want how to create flie through terminal
23-08-19, 4:34 p.m. Fauziya

Login to add comment


use cat > filename
23-08-19, 4:16 p.m. Sirisha.P
Thanks
23-08-19, 4:34 p.m. Fauziya

Login to add comment


for creating a simple file you can use touch command like 
touch (filename) this is the syntax of the touch command to create a file 
also, you can use redirection to create file like cat >hello.txt 
or you can use any terminal-based editor like 
nano hello.txt
30-10-20, 3:17 a.m. prepcy


Log-in to answer to this question.