标签: bash command-line terminal
我正在使用以下管道:ls -F | ls *"*" 试图找到可执行文件,因为ls -F为可执行文件添加了一个星号,但由于某种原因这不起作用,为什么会这样?
ls -F | ls *"*"