Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?

5 Answers   HP,


What is a makefile in linux?

0 Answers  


How do I find the umask value in linux?

0 Answers  


What is the command to check cpu speed in linux?

0 Answers  


How do I check command history?

0 Answers  


What are two subtle differences in using the more and the pg commands?

2 Answers   Airtel,


What is bash command?

0 Answers  


What is the command to delete a file linux?

0 Answers  


A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?

5 Answers   CTS,


What does r mean linux?

0 Answers  


What are grep patterns called?

0 Answers  


What is free linux?

0 Answers  


Categories