bash extglob pattern matching breaks when enclosed in a function

前端 未结 0 1263
一个人的身影
一个人的身影 2021-01-02 03:00

This works

shopt -s extglob
find /usr/!(^*|@*) -maxdepth 0 -cmin +1 -exec echo {} \\;
shopt -u extglob

This returns an error

s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题