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
How do you repeat a command in terminal?
Explain command to show the space allocation of files?
What does the md command do?
What is awk command used for?
Explain the steps that a shell follows while processing a command.
What are file commands?
What is grep short for?
Which command will print your home directory on screen?
What do chown command do?
What is the significance of the 'tee' command?
What is awk used for?
How do I find previous commands in unix?
How can you see the command line history?
What is the functionality of a top command?
Why is it called grep?