How can I search a wild card name in all subfolders? What would be the equivalent of DOS command: dir *pattern* /s in *nix?
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.
|
|
|
You can use
|
|||
|
|
|
Zsh:
Ksh:
Bash ≥4:
Portable (except to very old systems; OpenBSD took a long time but finally supports
Not POSIX but works on *BSD, Linux, Cygwin, BusyBox:
|
|||
|
|