Question Answer Tutorial Search
Home Search Add Question Linux Linux Basics File and Folder Environment Command Process Memory

Shell Programming

Mock Test Contact Feedback
Home
Search
Add Question
Linux
Linux Basics
File and Folder
Environment
Command
Process
Memory

Shell Programming

Mock Test
Subscribe/Unsubscribe
Email:
Social Media
Facebook

Misc Tutorials

References

Question and Answer Tutorial
Tutorials Point
Stack Overflow

Question Answer Tutorial - Linux->Shell Programming

                        
First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Next Last
Question: Which command generates possible completions for string according to the and write it to standard
output?
Answer: compgen
Question: Which expression use the value of the enclosed arithmetic expression?
Answer: $(())
                        
Question: How do you print the lines between 5 and 10, both inclusive
Answer: cat filename | head | tail -6
Question: If a and b are 2 variables then the meaning of a<<=b is
Answer: a = a << b
Question: Syntax to suppress the display of command error to monitor?
Answer: command 2> /dev/null
First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Next Last
Comment:
Name:Email:
Contact No.:
Copyright © 2014 by SBJ Group. All Rights Reserved. Developed and maintained by SBJ Group. Supported on Internet Explorer browser only