在线等! 谁 熟悉 .bat 或者 Shell 啊? 要开发一个工具 去运# JobHunting - 待字闺中
s*e
1 楼
今天公司发来一个笔试题,这个Java程序我会,但是这个公司要求 开发一个.bat工具
,直接运行Java程序。这个程序就是遍历目录和其下的子目录,找到名字
为good.xml的文件,然后输出good.xml文件的路径。
比如运行如下命令:
Search.bat -f "good.xml"
我不太明白的是这个. search.bat 工具文件该如何开发。 我网上看了看.bat批处理编
程,知道可以用%1 %2 传递参数(good.xml 和 directory目录名)进入这个search.
bat,但是 -f 的参数如何实现,就没有找到,所以,轻问大家如何去实现?
The program should traverse the directory hierarchy starting with > and print to the console a list of files whose names match the text
specified by the -f option.
,直接运行Java程序。这个程序就是遍历
为good.xml的文件,然后输出good.xml文件的路径。
比如运行如下命令:
Search.bat -f "good.xml"
我不太明白的是这个. search.bat 工具文件该如何开发。 我网上看了看.bat批处理编
程,知道可以用%1 %2 传递参数(good.xml 和 directory目录名)进入这个search.
bat,但是 -f 的参数如何实现,就没有找到,所以,轻问大家如何去实现?
The program should traverse the directory hierarchy starting with
specified by the -f option.