Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glob input yields additional output. #40

Open
ryneeverett opened this issue May 18, 2015 · 1 comment
Open

Glob input yields additional output. #40

ryneeverett opened this issue May 18, 2015 · 1 comment
Labels

Comments

@ryneeverett
Copy link

Not sure if this is intentional or not, but I'm not sure why this behavior would be desired. Example:

$ k
total 0
-rw-r--r-- 1 ryne ryne 0 18 May   15:46   onemorefile.py 
-rw-r--r-- 1 ryne ryne 0 18 May   15:46   somethingelse.py 
-rw-r--r-- 1 ryne ryne 0 18 May   15:45   something.py

$ k *.py
onemorefile.py:
total 0
-rw-r--r-- 1 ryne ryne 0 18 May   15:46   onemorefile.py 

somethingelse.py:
total 0
-rw-r--r-- 1 ryne ryne 0 18 May   15:46   somethingelse.py 

something.py:
total 0
-rw-r--r-- 1 ryne ryne 0 18 May   15:45   something.py 
@supercrabtree
Copy link
Owner

@zirrostig Any light on this? was it you who implemented globs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants