grep -l LINUX ~/*find ~ -newer ~/smallFilels -d ~/.*
1、ls -al ~| grep *LINUX*2、find ~ -newer ~/smallFile3、ls -al ~和上面的都差不多的
ls -la,这个是显示隐藏文件的
1.find / -name "*LINUX*"2.不晓得3.ls -a
ls -al | grep *LINUX*find ~ -newer ~/smallFilels ~ -la