List all files/dirs in or below the current directory that match 'filename'.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
The direct equivalent is
If you only want to list files called
If you want to use wildcards, you need to put quotes around it, e.g.
otherwise the shell will expand it. As others have pointed out, you can also do:
See |
|||||||||||||||||
|
|
Some shells allow |
|||||||
|
|
You can do this with
|
|||||||||||
|
