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

what are processor execution levels and priorities?

2 Answers   Infosys,


Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


What is "type" command in unix?what is the functionality??

2 Answers  


boot process?

2 Answers   Atos Origin, Wipro,


Is grep faster than awk?

0 Answers  






How does one process we can start an executable file? How to get the PID process, which we started?

6 Answers  


How can we use grep command in unix?

0 Answers  


Why is shebang used?

0 Answers  


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


How do you move a process which is running background to foreground?

9 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


What is grep in bash?

0 Answers  


Categories