In UNIX, what is the command to edit contents of the file?

Answers were Sorted based on User's Feedback



In UNIX, what is the command to edit contents of the file? ..

Answer / suitable

vi <filename>

Is This Answer Correct ?    17 Yes 0 No

In UNIX, what is the command to edit contents of the file? ..

Answer / shaishaw

Commands like vi filename, sed, awk , nawk can be used

Is This Answer Correct ?    4 Yes 0 No

In UNIX, what is the command to edit contents of the file? ..

Answer / suman

Commands like sed, awk , nawk can be used.

Is This Answer Correct ?    4 Yes 1 No

In UNIX, what is the command to edit contents of the file? ..

Answer / preetam

vi filename

Is This Answer Correct ?    2 Yes 0 No

In UNIX, what is the command to edit contents of the file? ..

Answer / yuvaevergreen

vi

Is This Answer Correct ?    1 Yes 0 No

In UNIX, what is the command to edit contents of the file? ..

Answer / subbareddy kake

vi <filename>
more <file name>

Is This Answer Correct ?    2 Yes 2 No

In UNIX, what is the command to edit contents of the file? ..

Answer / shamnad

vi <filename>
sed <option> <filename>

Is This Answer Correct ?    0 Yes 0 No

In UNIX, what is the command to edit contents of the file? ..

Answer / senthilkumar

bash#vi <filename>

Is This Answer Correct ?    0 Yes 1 No

In UNIX, what is the command to edit contents of the file? ..

Answer / venkatn_999

i

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

Explain mount and unmount command.

0 Answers  


what is the advaantage of each user having its own copy of the shell?

2 Answers   Infosys,


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


what is the command to find out which shell you are running?

14 Answers  


Describe the zip/unzip command using gzip.

0 Answers  






Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


How does a user get the current date, time in UNIX?

6 Answers   IBM,


The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  


Describe the usage and functionality of the command rm –r * in unix?

0 Answers  


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


how will you convert a general file to a hidden file?

4 Answers  


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


Categories