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 / shaishaw
how will you display a file whose name is starting with '- '
$ find / -type f -name "-*" -print 2>null
/home/staff/thaler/-
/home/staff/thaler/-FF
/home/patron/polly/-n
/home/member/plucky/-w
/home/nijwala/bsn/-a.out
/home/mvpbhat/-foo
/home/mvpbhat/-l
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
hw will u use awk in replacing cahrs and files
What is grep and how do you use it?
How do I find previous commands in unix?
What is command statement?
What are bash commands?
What is pipe command in unix?
How does the system know where one command ends and another begins?
What is the nmap command?
What is the pipe command?
What do chgrp command do?
Explain command to display different lines that are found when compare two files?
Why is it called a shebang?
How do I search a whole word in vim?
What is the functionality of a top command?
What is grep in bash?