Question
What is the rank of India in Global Hunger Index 2020?
Solution
Recently, the Union Minister of State for Consumer Affairs, Food and Public Distribution, MsSadhvi Niranjan Jyoti informed the parliament about India’s progress in Global Hunger Index. As per GHI Reports, the composite GHI scores of India have improved from 38.9 in 2000 to 27.2 in 2020. It is released by Concern Worldwide and Welthungerhilfe . India ranked 94 among 107 countries in the Global Hunger Index 2020. India is in the ‘serious’ hunger category with a score of 27.2 Â
Which command is used to display the current working directory in a Unix-like operating system?
How do you access the value of a variable named `USERNAME` in a shell script?
Which command is used to display the contents of a file in Linux?
Which command is used to display the last few lines of a file?
Which command is used to display the current working directory in a Unix-like operating system?
Which symbol is used to comment a single line in shell scripts?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
In a POSIX shell script, which construct correctly tests whether variable x is an empty string?