Question
दिए गए वाक्य में
रेखांकित शब्द का तत्सम शब्द चुनिए। वन में चारों ओर ‘ हवा ’ चल रही थी।Solution
‘हवा’ का शुद्ध तत्सम रूप ‘वायु’ है।
Which statement correctly defines a variable in shell scripting?
Which character is used to denote a single-line comment in a shell script?
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 command is used to search for a pattern in files?
In a POSIX shell script, which construct correctly tests whether variable x is an empty string?
How do you typically make a shell script file executable?
Which command is used to check the current working directory in Linux?
Which symbol is used for logical AND in shell scripting?
Which construct replaces a command with its output in a POSIX shell?
Which command is used to search for a string inside a file?