由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 太多文件不能用 ls * OR mv * ?
相关主题
如何删除一组文件或给一组文件更名?How to find a file in the deep children directory?
向高人请教:怎么从大量的文件中grepRe: 如何用grep查找子目录下的文件?--stop!
Help!!What is the problem with these two pipes. Thanks.Re: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
replace a string in all files under a directory?Where's emacs' private dictionary?
相关话题的讨论汇总
话题: ls话题: mv话题: 文件
进入Unix版参与讨论
1 (共1页)
z****y
发帖数: 11
1
一个目录下面文件太多, 不能用 ls * OR mv *
like ls *AN*
不想用shell or code, 怎么办???
先谢了
kb
发帖数: 73
2
use pipe and grep.
Like ls | grep "AN"

【在 z****y 的大作中提到】
: 一个目录下面文件太多, 不能用 ls * OR mv *
: like ls *AN*
: 不想用shell or code, 怎么办???
: 先谢了

1 (共1页)
进入Unix版参与讨论
相关主题
Where's emacs' private dictionary?[转载] How to list the files with specific permission?
UNIX Tip: the bad and the goodshell programming problems
regular expression中回车用什么表示? How do i get a list of all computers?
一个高技术问题replace a string in all files under a directory?
如何删除一组文件或给一组文件更名?How to find a file in the deep children directory?
向高人请教:怎么从大量的文件中grepRe: 如何用grep查找子目录下的文件?--stop!
Help!!What is the problem with these two pipes. Thanks.Re: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
相关话题的讨论汇总
话题: ls话题: mv话题: 文件