Software Engineering :: Operating Systems :: Linux :: Command :: Shell :: Fish :: Script :: Loop :: for :: example :: print each line of the file in sequence
⪼ Made with 💜 by Polyglot.
> for account in (cat accounts.txt); echo $account; end
⪼ Made with 💜 by Polyglot.
> for account in (cat accounts.txt); echo $account; end