Closed Sunshine-Rain closed 7 months ago
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
fd -e o
find the .o files
fd
fd 8.7.1
mac os 14.3.1
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
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 blankDescribe 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?