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...


what will this do $cat > file.c ?(file.c is a file in
current directory)

Answers were Sorted based on User's Feedback



what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / ram

It will allow you to create file.c ( if file.c is
available, it will be overwritten with new data )

Is This Answer Correct ?    73 Yes 6 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / nagarjuna@rvr

the cat command is used to create and append info to the
files. by using the cat>file.c we create the file file.c.
if it is already in the current directory then it erise the
old info and place the new info onto the file file.c.

Is This Answer Correct ?    29 Yes 2 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / manikya girish

if we consider the command as cat > file.c

If we run this command the user gets back the control and he
needs to type something and once done, hit Ctrl+C to come
out of the scope. Whatever you have typed after executing
the command will be there in the file file.c

Is This Answer Correct ?    17 Yes 0 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / pramod krishna

Given file.c is a file in current dirctory.
So the command will remove the existing content and keep
the new content typing

Is This Answer Correct ?    14 Yes 1 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / guest

it will overwrite the contents present in the file.c file

Is This Answer Correct ?    12 Yes 5 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / prakash reddy

if file.c exists in current directory, entire content will
be erased, if it is not present a new file by the name
file.c is created

Is This Answer Correct ?    6 Yes 0 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / bhaskar

it will create a new file

Is This Answer Correct ?    14 Yes 10 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / suvarna

cat >file.c -- wait for input data....
If we type something and press ctrl+d, whatever we typed
would be saved to file.c
else if we press ctrl+c, the file remains unchanged.

Is This Answer Correct ?    5 Yes 1 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / rohit

First of all it is 'cat' command '$' is representing the
shell on which this command will be executed.

After execution of this command the system will expect you
to type in the contents of the file and then press the Ctrl-
d to terminate. The text you typed in will be stored in
file.c file.

Is This Answer Correct ?    4 Yes 0 No

what will this do $cat > file.c ?(file.c is a file in current directory)..

Answer / sudhansu mallick

It will allow you to create file.c ( if file.c is
available, it will be overwritten with new data )

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what is kernel?

6 Answers  


What does the “echo” command do?

0 Answers  


what is exact definition of operating system?

13 Answers  


What is use of sed command?

12 Answers   BitWise, Infosys, Reliance,


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

0 Answers  


How do you change file permissions and ownership in Unix?

2 Answers  


How to redirect standard error to a file?

2 Answers  


describe the escaping sequence characteres in unix

1 Answers  


Which command can you use to find the currently running process in unix server?

0 Answers  


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


What UNIX command will control the default file permissions when files are created?

4 Answers  


how to change a normal file into hidden file

3 Answers  


Categories