ls /etc/p*[^[:digit:]]

cp -r /etc/p*[^[:digit:]] /tmp/mytest1

复制/etc目录下所有以p开头,以非数字结尾的文件或目录到/tmp/mytest1目录中。_digit