我在我的大型文件目录中寻找一个特定的网页。问题是我不知道要搜索什么。我有页面URL,我找到了文件的页面扩展名,但没有找到页面本身。我怎样才能找到这个页面?
页面为:http://napaautocaremarketing.com/
提前感谢您的帮助!
答案 0 :(得分:0)
这取决于您的FTP客户端,我们不能仅仅告诉您这个神奇的答案,但大部分时间,您应该以图形方式尝试查找search
菜单,并在您的文件内容中搜索例如:
<a href="http://store.napaautocaremarketing.com/napa/UserContentStart.aspx?Category=32" onmouseout="MM_swapImgRestore();"
否则,您应该下载每个文件,并使用专用的搜索软件来执行此操作。或者使用此命令:
grep '<a href="http://store.napaautocaremarketing.com/napa/UserContentStart.aspx?Category=32" onmouseout="MM_swapImgRestore();"' *.html