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 merge command in unix?
What is unix command?
What does the command ' $who | sort –logfile > newfile' do?
What are reported commands?
What is the nmap command?
What is the comma to show the space allocation of files?
Explain ‘system calls’ with respect to unix commands?
What are awk commands?
Why is grep called grep?
How does pipe () work?
Is grep faster than awk?
How do I find previous commands in unix?
What is the difference between cat command and more command?
What does sed command do in unix?
What does this command do,"$more readme.txt“?