Question
Between which two rivers is the Kumaon Himalaya
situated?Solution
The Kumaon Himalaya region is geographically positioned between the Satluj and Kali rivers. For context, the Himalayan mountain range is regionally categorized as follows: the section between the Indus and Satluj rivers is known as the 'Punjab Himalayas'; the portion between the Kali and Teesta rivers is designated as the 'Nepal Himalayas'; and the segment between the Teesta and Dihang rivers is termed the 'Assam Himalayas'.
Which command is used to search for a pattern in files?
Which special file enables interprocess communication using named pipes?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Extended globbing in bash allows:
What is the exit status code of a successfully executed command in Linux shell?
Which statement correctly defines a variable in shell scripting?
What does the exit command do in a shell script?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Named pipes (FIFOs) are created using: