Question
So far how many indigenous banks have got approval from
the Reserve Bank of India (RBI) to open a special Vostro account for trade in rupees and both the approvals are for trade with Russia?Solution
So far five Indian banks β UCO Bank, Union Bank, and IndusInd Bank being the other three β have received regulatory clearance for such trade. This apart, two Russian banks β Sber Bank and VTB β have the RBIβs approval. Both have branches in India.
What does #!/bin/bash at the start of a script mean?
Extended globbing in bash allows:
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which symbol is used for logical AND in shell scripting?
Which command is used to search for a pattern in files?
Which operator enables process substitution?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which operator is used to append output to a file?
Which command is used to read user input from the keyboard and store it in a variable?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?