在/home目录下查找文件名为。Profile的文件,

在/home目录下查找文件名为。Profile的文件,找到后删除


答案

find   /home    –name  .profile  -exec   rm{  } \;

题目信息

题号:7158
题型:简答题
难度:普通