1-how will you display a file whose name is starting with '-
'?
2-how will you add a patten at end of every line in vi
editor?
Answer Posted / dibya lochan giri
ans of Q2-using cmd :1,$ s/$/pattern name/
or %s/$/pattern name/g
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the first character of the output in ls l command?
What is updatedb?
What is the general format of unix command syntax?
How does shebang work?
What is the use of tee command?
What is pipe command in unix?
What is grep in bash?
What is the difference between cat and more command?
Why is shebang used?
Explain ‘system calls’ with respect to unix commands?
What are some command words?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the command to find hidden files in the current directory?
Which command will print your home directory on screen?
Which command is used to create a directory?