Skip to content

Instantly share code, notes, and snippets.

@zph
Forked from skord/lineatatime.bash
Last active August 29, 2015 14:07
Show Gist options
  • Save zph/ff71400641e5395a269e to your computer and use it in GitHub Desktop.
Save zph/ff71400641e5395a269e to your computer and use it in GitHub Desktop.
while read -r line
do
echo "$line"
done < <(jobs)
printf %s "$var" | while IFS= read -r line
do
echo "$line"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment