我想搜索所有.conf的文件/etc/。
.conf
/etc/
我试过了grep -r *.conf /etc,但结果不对。
grep -r *.conf /etc
我究竟做错了什么?
command-line
command-line ×1