This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 问一个AIX的问题。In AIX, when I print a inventory report, there should have a .prt file of this report, I know the file name, but how can I find where is this file?
Thanks.
bylogic
-bylogic(混吧);
2006-6-22
{171}
(#3042611@0)
-
Maybe `find -name xxxx` ?
-hubeir(洞庭湖之北);
2006-6-22
(#3042877@0)
-
u forget a dot(.) between "find" and '-name'. or use the path you want to start the search instead.
-647i(流浪的步行万里);
2006-6-22
(#3042936@0)
-
Thanks, I use "find /home -name xxx.prt" and I found the file.
-bylogic(混吧);
2006-6-23
(#3043715@0)