Skip to content

Instantly share code, notes, and snippets.

@skord
Last active August 29, 2015 14:07
Show Gist options
  • Save skord/6e73b93e0eba9cb0f373 to your computer and use it in GitHub Desktop.
Save skord/6e73b93e0eba9cb0f373 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