Skip to content

Instantly share code, notes, and snippets.

@artygus
Created February 27, 2018 11:42
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 artygus/ada51f67affd9480af9cc4547f8e683e to your computer and use it in GitHub Desktop.
Save artygus/ada51f67affd9480af9cc4547f8e683e to your computer and use it in GitHub Desktop.
Monitor single level of directory in OSX
pwd | wc -c
fswatch -0 ./ | xargs -0 -n 1 -I {} sh -c 'echo {} | cut -c 28- | awk "!/\//"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment