由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如果从partial filename 知道PATH?
相关主题
my script Re: how would you do this?What's the quickest way to change various filenames with same format under unix?
Unix用户如何在酒馆勾搭美眉!(少儿不益)Re: What's the quickest way to change various filenames with same form
如何看工作站的CPU的主频是多少?what's wrong with gcc?
group permission如何用mail命令发送代附件的信
怎样用mail把某一文本文件发送给一个email地址?How to delete such file?
what is the problem? what can I do?HOw to find files hardlinked to a same inode?
how to contral tar-ed file size?vnc server in Sun Solaris, how to change wm?
HELP.how can i program to insert a line into a file
相关话题的讨论汇总
话题: path话题: filename话题: partial话题: 知道话题: tester
进入Unix版参与讨论
1 (共1页)
s********1
发帖数: 581
1
如果从partial filename 知道PATH?
例如只知道partial filename 是tester 而不知道full filename 是tester-v2008.exe
.
如何知道系统中是不是有文件 tester-v2008.c ?并且查到它的PATH?
which 和 whereis 好像都要有fullname. 试用过find -name, 可惜只查到部分含有
tester 的文件,没有找到所有包含tester 的文件。
c****n
发帖数: 89
2
locate

exe

【在 s********1 的大作中提到】
: 如果从partial filename 知道PATH?
: 例如只知道partial filename 是tester 而不知道full filename 是tester-v2008.exe
: .
: 如何知道系统中是不是有文件 tester-v2008.c ?并且查到它的PATH?
: which 和 whereis 好像都要有fullname. 试用过find -name, 可惜只查到部分含有
: tester 的文件,没有找到所有包含tester 的文件。

1 (共1页)
进入Unix版参与讨论
相关主题
how can i program to insert a line into a file怎样用mail把某一文本文件发送给一个email地址?
如何删除一组文件或给一组文件更名?what is the problem? what can I do?
Shell Questionhow to contral tar-ed file size?
how to find a specified file in the unix?HELP.
my script Re: how would you do this?What's the quickest way to change various filenames with same format under unix?
Unix用户如何在酒馆勾搭美眉!(少儿不益)Re: What's the quickest way to change various filenames with same form
如何看工作站的CPU的主频是多少?what's wrong with gcc?
group permission如何用mail命令发送代附件的信
相关话题的讨论汇总
话题: path话题: filename话题: partial话题: 知道话题: tester