sharkdp / fd

A simple, fast and user-friendly alternative to 'find'
Apache License 2.0
34.25k stars 816 forks source link

[BUG] fd -e o not works. #1533

Closed Sunshine-Rain closed 7 months ago

Sunshine-Rain commented 7 months ago

Checks

Describe the bug you encountered:

when i compile ffmpeg, i want to find .o files.

the command ` cd libavcodec ls *.o

012v.o dca_parser.o h264pred.o mqc.o speedhqenc.o 4xm.o dca_sample_rate_tab.o h264qpel.o mqcdec.o speexdec.o 8bps.o dca_xll.o h265_metadata_bsf.o mqcenc.o srtdec.o .... `

but when i use fd -e o the output is blank

Describe what you expected to happen:

find the .o files

What version of fd are you using?

fd 8.7.1

Which operating system / distribution are you on?

mac os 14.3.1
sharkdp commented 7 months ago

https://github.com/sharkdp/fd?tab=readme-ov-file#fd-does-not-find-my-file

Sunshine-Rain commented 7 months ago

https://github.com/sharkdp/fd?tab=readme-ov-file#fd-does-not-find-my-file

it works after adding the -u flag

sorry for my carelessness