Question
नीचे दिए गए वाक्यों
के सही अनुवाद का मिलान करें और उचित विकल्प का चयन करें: “ पूँजी पर्याप्तता अनुपात , जोखिम प्रबंधन ढाँचा , परिचालन दक्षता , विधिक अनुपालन”Solution
व्याख्या: Capital adequacy ratio — पूँजी पर्याप्तता अनुपात Risk management framework — जोखिम प्रबंधन ढाँचा Operational efficiency — परिचालन दक्षता Statutory compliance — विधिक अनुपालन
Which construct allows embedding a block of text in shell scripts as input?
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
Which symbol is used for logical AND in shell scripting?
Which command is used to read user input from the keyboard and store it in a variable?
Which symbol is used for variable substitution in shell scripting?
Which command is used to display all currently running processes in Linux?
Which command displays the manual page for another command?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
What does the #!/bin/bash line at the beginning of a shell script indicate?
In a POSIX shell script, which construct correctly tests whether variable x is an empty string?