Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnky
3594 days ago
In Powershell you can also do this:
ls -Recurse -Include *.docx
or even this:
ls -Recurse *.docx
which is really quite similar your find command.