Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answers were Sorted based on User's Feedback
Answer / sudhir kumar
sorry the command will be like below..
grep -x "abc" <file_name>
Regards,
Sudhir Kumar
Is This Answer Correct ? | 6 Yes | 17 No |
Answer / sudhir
The command will be like this
grep -c "abd" <file_name>
This command gives you the line number which contain three
character.
Regrds,
Sudhir
Is This Answer Correct ? | 6 Yes | 18 No |
describe the escaping sequence characteres in unix
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
what are the uses of filters?
How do you know about running processes of a particular user?
what is the advaantage of each user having its own copy of the shell?
why unix commands can be divided into internal and external commands?
Write a command to display a file’s contents in various formats?
What is $0 bash?
what is the significance of "su" command?
Explain command to display different lines that are found when compare two files?
Explain command to show the space allocation of files?
What will the following command do?