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

Posibility to perform search with path and without pattern #188

Closed
dtcyganok opened this issue Dec 5, 2017 · 3 comments
Closed

Posibility to perform search with path and without pattern #188

dtcyganok opened this issue Dec 5, 2017 · 3 comments
Labels

Comments

@dtcyganok
Copy link

If i want to quick overview any directory without changing current directory find allows this:

find /etc/systemd

Are there any alternatives with fd?

@sharkdp
Copy link
Owner

sharkdp commented Dec 5, 2017

Yes, but for now you have to use one of the following

fd '' /etc/systemd
fd . /etc/systemd
fd ^ /etc/systemd

Basically, you have to provide a pattern that matches everything.

@fdcds
Copy link

fdcds commented Apr 8, 2020

Is there a plan to change this behaviour based on whether the argument is an existing directory or not?

@sharkdp
Copy link
Owner

sharkdp commented Apr 10, 2020

There has been a detailed discussion in #312.

See also: #235 #315 #277 #385

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

3 participants