how to create a new file command

Answers were Sorted based on User's Feedback



how to create a new file command..

Answer / nandhini

cat > filename

Is This Answer Correct ?    0 Yes 0 No

how to create a new file command..

Answer / kushagra sharma

md command is new file create

Is This Answer Correct ?    0 Yes 1 No

how to create a new file command..

Answer / kushagra sharma

md filename enter

Is This Answer Correct ?    0 Yes 1 No

how to create a new file command..

Answer / madi.czadi@gmail.com

cat /dev/null > file

Is This Answer Correct ?    0 Yes 2 No

how to create a new file command..

Answer / vinayakkatkar

nano filename

Is This Answer Correct ?    5 Yes 8 No

how to create a new file command..

Answer / googler

there are many ways to create new file , out of these two are.

1. create file and write simultanesly using

cat >> "file name" , this command will create file with name

" file name" and allowing you to enter text there itself.

2. create file now , and write in it later using

touch "file name" , this command simply create one file
named " file name" , but laert not prompt you to enter data
there

itself.

Is This Answer Correct ?    3 Yes 6 No

how to create a new file command..

Answer / v.balaviswanathan

$ cat > filename

to overwrite this we can use

$ cat >> filename

If we want to prevent accidental overwriting we use the command

$ set -o noclobber

and with

$ set +o noclobber
can be done to overwrite a file

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Linux Commands Interview Questions

How do I know my linux shell version?

0 Answers  


What is dos and its commands?

0 Answers  


What is free linux?

0 Answers  


How can we increase disk read performance in single command?

0 Answers  


can any one send me one project on linux ...?

0 Answers   Verizon,






Explain Backup Managment commands in Linux.

5 Answers  


What does mkdir mean?

0 Answers  


What is the command to see the installed rpm's in the linux system.

4 Answers  


What are the basic commands for user management?

0 Answers  


when i create SAMBA server it is ok but while i try for access from windows pc he ask me only first time smb password then i close samba login next time he can`t ask for passwd why.?

4 Answers   Wipro,


What are the 4 kinds of sentences with examples?

0 Answers  


What is the best cpu stress test?

0 Answers  


Categories