Software Engineering :: Operating Systems :: Linux :: Command :: Shell :: Bash :: Script :: Loop :: for :: example :: print each line of the file in sequence
⪼ Made with 💜 by Polyglot.
> for db in $(cat rds-instances | jq '.[].DBInstanceIdentifier' -r); do echo $db; done