ls | grep -E "xx$"其中XX为指定的名字,结果就是所有该名字的项
1、ls -l |grep user032、find . -user user03 -type f|xargs ls -l
应该是没有