Question
जिस शब्द से संज्ञा या
सर्वनाम की विशेषता का बोध हो, उसे ' 'कहते हैं।Solution
संज्ञा या सर्वनाम की विशेषता का बोध कराने वाले शब्द को विशेषण कहते हैं। उदाहरण: • सुंदर लड़की (यहाँ 'सुंदर' विशेषण है, जो 'लड़की' की विशेषता बताता है।) • बड़ा घर (यहाँ 'बड़ा' विशेषण है, जो 'घर' की विशेषता दर्शाता है।)
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
Which command is used to display the contents of a file in Linux?
Which command is used to combine the contents of multiple files?
Which symbol is used to comment a single line in shell scripts?
What does $# represent in a shell script?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which symbol is used for variable substitution in shell scripting?
What does #!/bin/bash at the start of a script mean?
In bash, which command is used to trap and handle signals like SIGINT?
What does $# represent in a shell script?