how to create a new file command
Answers were Sorted based on User's Feedback
Answer / subhash
create new file touch and give filename it will create new
file
| Is This Answer Correct ? | 26 Yes | 3 No |
Answer / saim.saiyed
you can use
touch filename (this way you can also create zero byte file)
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / rajesh
#touch filename
#cat >>filename
#vi filename
#vim filename
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / d.veera
$touch filename
or
cat > filename
or
vim filename
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / susheel narayan singh hcl
The cmd which use to create file
1- cat > filename
2- touch filename
3- vi filename
4-vim filename
5- gvim filename
6- gedit filename
7- nano filename
8- emac filename
9-pico filename
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kiran kumar raju
The cmd which use to create a file
1- cat > filename
2- touch filename
3- vi filename
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I find my hostname in linux?
Main configuration file and command used for NFS enabling exported directories and deamons?
Which priority has the process?how do u view?
How do I check my cpu speed?
How can I delete a file in linux?
What is sudo bash command?
What are the 7 types of sentences?
how do u find remote machine operating system and version?
What does uname command do?
What is clang tidy?
How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?
What is Data Command?