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

If --type is used, fifos/sockets/etc. are always shown #260

Closed
sharkdp opened this issue Mar 15, 2018 · 1 comment
Closed

If --type is used, fifos/sockets/etc. are always shown #260

sharkdp opened this issue Mar 15, 2018 · 1 comment
Labels
Milestone

Comments

@sharkdp
Copy link
Owner

sharkdp commented Mar 15, 2018

A socket:

> ls -alh Commands 
srwxr-xr-x 1 shark shark 0 28. Apr 2015  Commands

Actual output:

> fd -t f Commands 
Commands

> fd -t d Commands 
Commands

> fd -t l Commands 
Commands

Expected output:

> fd -t f Commands 

> fd -t d Commands 

> fd -t l Commands 
@sharkdp
Copy link
Owner Author

sharkdp commented Mar 26, 2018

Fixed in fd v7.0.0

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

1 participant