In vi editor how do you execute unix commands?
Answers were Sorted based on User's Feedback
Answer / km
:! cmd execute a single command (cmd) and return to vi
| Is This Answer Correct ? | 22 Yes | 6 No |
Answer / pritesh_8
you can execute as
for example
:filename.c
this will copy current file in vi editor into filename.c
although it is not unix cmd but makes the use of cp cmd
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / ravi kumar.r
compiling filename.c and then execution ./a.out
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / santhosh
we have 3 modes i.e {vi editor}
1.inserted mode
2.extended mode
3.command mode
by default ur in command mode when entering into vi..
if want excute any command just steps are ..
go to command mode i.e ESC+:what command u wish that one
ex-- esc+:pwd
esc+:date
| Is This Answer Correct ? | 0 Yes | 0 No |
distinguish between physical addresses and logical address?
What is pipe command in unix?
What does pipe () return?
write grep commands to select the lines that have exactly two characters
how to delete entire records in unix ?
What is the basic difference between unix and windows operating systems?
43 Answers Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,
Differentiate cmp command from diff command.
what is the function of grep command?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
How do you copy a directory with many files and folders into another directory?
how to unzip the contents of the gzip file
What is sed awk grep?