Skip to content

Instantly share code, notes, and snippets.

@anekos
Last active February 8, 2020 13:33
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 anekos/5802c8c27bcaab303da16d17846532c3 to your computer and use it in GitHub Desktop.
Save anekos/5802c8c27bcaab303da16d17846532c3 to your computer and use it in GitHub Desktop.
#!/bin/bash
GLOB='**/*.md *.txt'
set -o noglob
p-args $GLOB
echo ''
set +o noglob
p-args $GLOB
1 "**/*.md"
2 "*.txt"
1 "buffer/README.md"
2 "setup/README.md"
3 "*.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment