Question
Reserve Bank of India (RBI) inaugurated the Reserve
Bank Innovation Hub (RBIH) which is intended to encourage and nurture financial innovation in a sustainable manner through an institutional set-up. This is located at…………..Solution
Reserve Bank of India (RBI) governor Shaktikanta Das inaugurated the Reserve Bank Innovation Hub (RBIH) in Bengaluru which is intended to encourage and nurture financial innovation in a sustainable manner through an institutional set-up. The RBI has set up RBIH as a wholly owned subsidiary with an initial capital contribution of ₹100 crore. The RBI has set up the RBIH as a Section 8 company under Companies Act, 2013. The Hub has an independent Board with S. Gopalakrishnan as Chairman and other persons from industry and academia as members
Which command is used to search for a pattern in files?
Which command is used to display the contents of a file in Linux?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
In shell scripting, which command is used to read input from the user?
Which of the following is a system call used to create a new process in Unix-like operating systems?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which command displays the manual page for another command?
In bash, what does trap 'echo Exit' EXIT do?
What will be the output of the following script snippet?
  for item in Apple Banana Cherry; do
 echo $item
done
How do you access the value of a variable named `USERNAME` in a shell script?