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 / shh
1) ls _*
2) 1,$ s/$/<addtext>/g
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I search a whole word in vim?
Who command in unix operating system?
What are the general commands in using unix os for a beginner?
What difference between cmp and diff commands?
What does find command return in unix?
What is “chmod” command?
What do chown command do?
Write a command to display a file’s contents in various formats?
What does pipe () return?
hw will u use awk in replacing cahrs and files
What are some command words?
How do you grep recursively?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Write a command that will display files in the current directory, in a colored, long format.
Explain how to use grep command to list find the records of a file containing 10 different strings?