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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is a command and examples?
What is the difference between grep and grep?
What is the difference between pipe and xargs?
What does grep v grep do?
what do you understand by 'building block primitive'?
Which command is used to kill the last background job?
What is pipe command in unix?
What does find command return in unix?
Can you enlist some commonly used network commands?
in UNIX,How to copy file into directory?
What command is used to check the current users?
write grep commands to select the lines that have exactly two characters