Skip to content

Instantly share code, notes, and snippets.

@npeters
Created March 12, 2014 22:41
Show Gist options
  • Save npeters/9518071 to your computer and use it in GitHub Desktop.
Save npeters/9518071 to your computer and use it in GitHub Desktop.
ls *.txt | xargs.exe -I{} sh -c "tail -f {} | sed 's/\(.*\)/{} \1/g' &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment