由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to find a file in unix
相关主题
how to find a specified file in the unix?请问在unix下如何看一个程序跑了多少时间?谢谢!
a question about "find"?求平均值--unix command
What's the quickest way to change various filenames with same format under unix?How to find a file in the deep children directory?
请问在UNIX下cc编译出来的文件为什么不能执行?how to compress several file under unix
怎样知道程序运行时间?time 什么来着?my script Re: how would you do this?
如何在unix下看到并保持telnet的所有内容how to print the first paragraph of a text file?
question about lprabout strtok()
UNIX command toNeed urgent help on a samll shell script problem!
相关话题的讨论汇总
话题: find话题: file话题: name话题: unix话题: know
进入Unix版参与讨论
1 (共1页)
e****e
发帖数: 179
1
if I only know portion of the file name, for example, I only know "name" for a
file "filename", I want to find this file in unix,how can I find it.
thanks!
c*r
发帖数: 278
2
find -name "*name*" -print

【在 e****e 的大作中提到】
: if I only know portion of the file name, for example, I only know "name" for a
: file "filename", I want to find this file in unix,how can I find it.
: thanks!

e****e
发帖数: 179
3
what do u mean starting dir? if my dir is /home/temp, should I type:
find -name "*name*" -print
but it don't work ya

for a

【在 c*r 的大作中提到】
: find -name "*name*" -print
c*r
发帖数: 278
4
find /home/temp -name "*name*" -print
"<..>" as the delimiter of whaterver you typed.

【在 e****e 的大作中提到】
: what do u mean starting dir? if my dir is /home/temp, should I type:
: find -name "*name*" -print
: but it don't work ya
:
: for a

e****e
发帖数: 179
5
got it, many thanks!!

【在 c*r 的大作中提到】
: find /home/temp -name "*name*" -print
: "<..>" as the delimiter of whaterver you typed.

p******h
发帖数: 1783
6
locate?

【在 e****e 的大作中提到】
: if I only know portion of the file name, for example, I only know "name" for a
: file "filename", I want to find this file in unix,how can I find it.
: thanks!

1 (共1页)
进入Unix版参与讨论
相关主题
Need urgent help on a samll shell script problem!怎样知道程序运行时间?time 什么来着?
how to count string times using perl如何在unix下看到并保持telnet的所有内容
group permissionquestion about lpr
怎样用mail把某一文本文件发送给一个email地址?UNIX command to
how to find a specified file in the unix?请问在unix下如何看一个程序跑了多少时间?谢谢!
a question about "find"?求平均值--unix command
What's the quickest way to change various filenames with same format under unix?How to find a file in the deep children directory?
请问在UNIX下cc编译出来的文件为什么不能执行?how to compress several file under unix
相关话题的讨论汇总
话题: find话题: file话题: name话题: unix话题: know