Hacker News new | ask | show | jobs
by JadeNB 463 days ago
> $ git who table */**/*.go

I might have my globbing syntax wrong, but I think that `*/**/*.go` is the same as `**/*.go` unless you have `*.go` files in the working directory.