Question
' अध्ययन ' संज्ञा
शब्द का उपयुक्त विशेषण है-Solution
The correct answer is B
Which command is used to display the current working directory?
What does the exit command do in a shell script?
Slowly Changing Dimension (SCD) is used to:
Which command is used to find the number of lines, words, and characters in a file?
Which operator is used to append output to a file?
How do you check the exit status of the last executed command in a shell?
How do you typically make a shell script file executable?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
Which construct replaces a command with its output in a POSIX shell?