We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to show weather for say 4 cities ?? If so what is the command for it ,Please
The text was updated successfully, but these errors were encountered:
I don't think so. You could be the command into a file 4 times and you've got a script!
Sorry, something went wrong.
Found this sh script which might help someone.................
#!/bin/bash
locations=( "London,UK" "Manchester,UK" "Birmingham,UK" "Glasgow,UK" "Edinburgh,UK" "Bristol,UK" # Add more airports as needed )
Save the script in a file, for example, weather_uk.sh, and then make it executable:
Run the script: ./weather_uk.sh
No branches or pull requests
Is it possible to show weather for say 4 cities ??
If so what is the command for it ,Please
The text was updated successfully, but these errors were encountered: