Question
Which state in India ranks first in rooftop solar
capacity as of December 2023?Solution
As of December 2023, according to the Solar Power Developers Association, the state of Tamil Nadu ranks first in India in terms of rooftop solar capacity. With a massive 1,835 megawatt (MW) capacity, Tamil Nadu has taken the top spot, followed by Maharashtra with 1,750 MW and Rajasthan with 1,440 MW. Tamil Nadu's leadership in rooftop solar power is largely driven by its strong policy framework and initiatives, making it an exemplary model for other states to follow.
Which command is used to display the current working directory?
Which command is used to check the current working directory in Linux?
In shell scripting, which symbol represents all files in the current directory?
In shell scripting, which command is used to read input from the user?
What is the exit status code of a successfully executed command in Linux shell?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which construct replaces a command with its output in a POSIX shell?
Which operator is used to append output to a file?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which operator is used for string equality comparison within `test` or `[` commands in shell scripting?