Given a file find the count of lines containing the word "abc".
No Answer is Posted For this Question
Be the First to Post Answer
What is an inode block?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What does it mean to debug a script?
What is shell chemistry?
How would you print just the 25th line in a file using smallest shell script?
What are the three main forms of enabling debugging in a shell script?
Why is shell scripting important?
How to customise the existing shell?
What is a program shell?
Write the syntax for "if" conditionals in linux?
What are the types of script?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?