man rename
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 4 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:吴永铮 (等级:8 - 融会贯通,发帖:2078) 发表:2005-01-05 20:29:56  楼主  关注此帖评分:
Shell programming problem (Borne Shell or Korn Shell)How to change all files in a directory from one extension to another one? Thanks!
man rename
rename .foo .bar *.foo
Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:吴永铮 (等级:8 - 融会贯通,发帖:2078) 发表:2005-01-06 15:15:34  2楼
Can not find such commandsngclrt01 mengdi 167: man rename No manual entry for rename. sngclrt01 mengdi 168: man -k rename sngclrt01 mengdi 169: rename ksh: rename: not found sngclrt01 mengdi 170: sh sngclrt01 mengdi 171: rename sh: rename: not found
可能是linux专有的吧
# rpm -qf `which rename`
util-linux-2.12a-16

# man rename
RENAME(1) Linux Programmer's Manual RENAME(1)

NAME
rename - Rename files

SYNOPSIS
rename from to file...

DESCRIPTION
rename will rename the specified files by replacing the first occur-
rence of from in their name by to.

For example, given the files foo1, ..., foo9, foo10, ..., foo278, the
commands

rename foo foo0 foo?
rename foo foo0 foo??

will turn them into foo001, ..., foo009, foo010, ..., foo278.

And
rename .htm .html *.htm
will fix the extension of your html files.

SEE ALSO
mv(1)

1 January 2000 RENAME(1)
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:吴永铮 (等级:8 - 融会贯通,发帖:2078) 发表:2005-01-07 12:12:34  3楼
记得你好象曾经提起过有一个命令可以查当前是什么系统比如telnet进去,想知道是什么操作系统,什么机型.怎么实现呢?
uname -a?
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:吴永铮 (等级:8 - 融会贯通,发帖:2078) 发表:2005-01-07 12:13:54  4楼
rename是函数吧,她要的应该是shell
看清楚,是RENAME(1),不是RENAME(2)。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 技术の宅 | 返回上一页 | 本主题共有 4 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码