Skip to content

Instantly share code, notes, and snippets.

@yamano
Created September 7, 2016 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamano/71d2ef944a96e3607842085280ffdca2 to your computer and use it in GitHub Desktop.
Save yamano/71d2ef944a96e3607842085280ffdca2 to your computer and use it in GitHub Desktop.
#!/bin/bash
trap 'kill $(jobs -p)' EXIT
for f in "$@"; do
tail -f "$f" | perl -pe "print '$f '" &
done
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment