rename重命名命令详解

创建测试文件

[[email protected] mnt]# ls

[[email protected] mnt]# for i in {1..7};do touch wsyht$i.txt;done

[[email protected] mnt]# ll

total 0

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht1.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht2.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht3.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht4.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht5.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht6.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht7.txt

范例1:重命名文件名中的部分字符

[[email protected] mnt]# rename wsyht wsyht00 wsyht*

[[email protected] mnt]# ll

total 0

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht001.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht002.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht003.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht004.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht005.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht006.txt

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht007.txt

范例2:重命名文件名结尾的扩展名txt为txl(扩展名可以认为是文件名的一部分)

[[email protected] mnt]# rename .txt .txl wsyht*

[[email protected] mnt]# ll

total 0

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht001.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht002.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht003.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht004.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht005.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht006.txl

-rw-r--r--. 1 root root 0 Jun 18 15:29 wsyht007.txl

时间: 2024-10-21 09:05:51

rename重命名命令详解的相关文章

iOS开发- 项目重命名(图文详解)

ps: 拉票啦~ 我参加了2014博客之星评选比赛, 麻烦大家帮忙投下票http://vote.blog.csdn.net/blogstar2014/details?username=hitwhylz#content 前言:在IOS开发中,有时候想改一下项目的名字,都会遇到很多麻烦.直接改项目名吧,XCODE又不会帮你改所有的名字.总是有很多文件.文件夹或者是项目设置的项.而且都是不能随便改的,有时候改着改着,编译不了.所以各位重命名项目时,记得先备份好一份噢.本文我会介绍一种方法,是我自己参考

DOS命令详解

DOS命令详解 命令 \? 可以进入命令帮助 1.md命令创建目录. MKDIR [drive:]pathMD [drive:]path 如果命令扩展被启用,MKDIR 会如下改变: 如果需要,MKDIR 会在路径中创建中级目录.例如: 假设 \a 不存在,那么: mkdir \a\b\c\d 与: mkdir \a chdir \a mkdir b chdir b mkdir c chdir c mkdir d 相同.如果扩展被停用,则需要键入 mkdir \a\b\c\d. 例子:md \a

windbg命令详解

DLL 该扩展仅在内核模式下使用,即使它是在Ext.dll中的. Windows NT 4.0 Ext.dll Windows 2000 Ext.dll Windows XP和之后 Ext.dll 注释 如果不提供参数,调试器会列出所有进程,以及时间和优先级统计.这和使用!process @#Process 0 作为CommandString值一样. To terminate execution at any point, press CTRL+BREAK (in WinDbg) or CTRL

linux screen 命令详解

linux screen 命令详解 一.背景 系统管理员经常需要SSH 或者telent 远程登录到Linux 服务器,经常运行一些需要很长时间才能完成的任务,比如系统备份.ftp 传输等等.通常情况下我们都是为每一个这样的任务开一个远程终端窗口,因为它们执行的时间太长了.必须等待它们执行完毕,在此期间不能关掉窗口或者断开连接,否则这个任务就会被杀掉,一切半途而废了. 二.简介 GNU Screen是一款由GNU计划开发的用于命令行终端切换的自由软件.用户可以通过该软件同时连接多个本地或远程的命

[鸟哥linux视频教程整理]02_04_Linux文件管理命令详解续2

Linux文件管理命令详解续: 一.复制和移动文件 cp:   cp SRC DEST -r:复制目录到文件 -f:强行复制 -i:交互式 -p:保留原文件属性不变 -a:归档复制,常用于备份 说明: 1.一个文件到一个文件,多个文件到一个目录: 2.默认情况下只能复制文件到目录,不能复制目录到文件: 3.若目的目录下无文件,则复制并创建同名文件,否则重命名. 4.哪个用户复制的,新文件属主属组归谁: move:  move SRC  DEST move -t DEST SRC 1.目的地址有目

Windbg调试命令详解

发表于2013 年 8 月 23 日由张佩 转载注明>> [作者:张佩][原文:http://www.yiiyee.cn/Blog] 1. 概述 用户成功安装微软Windows调试工具集后,能够在安装目录下发现四个调试器程序,分别是:cdb.exe.ntsd.exe.kd.exe和Windbg.exe.其中cdb.exe和ntsd.exe只能调试用户程序,Kd.exe主要用于内核调试,有时候也用于用户态调试,上述三者的一个共同特点是,都只有控制台界面,以命令行形式工作. Windbg.exe在

find命令详解(转)

find命令详解 版权声明: 本文章内容在非商业使用前提下可无需授权任意转载.发布. 转载.发布请务必注明作者和其微博.微信公众号地址,以便读者询问问题和甄误反馈,共同进步. 微博ID:orroz 微信公众号:Linux系统技术 前言 find命令是我们日常工作中比较常用的Linux命令.全面的掌握这个命令可以使很多操作达到事半功倍的效果.如果对find命令有以下这些疑惑,本文都能帮你解决: find命令的格式是什么? 参数中出现+或-号是什么意思?比如find / -mtime +7与find

Linux文件管理命令详解及练习

Windows里对于文件的管理比较直观,但Linux呢?如何在Linux系统里创建.复制.移动.删除文件与目录呢?这其实是个问题,但随着学习的进行,这将不再是个问题:一:文件管理类命令名称?命令的归纳:1.创建文件:? touch? ? ? ? ? ? ? ? ? ? ? ? ? 2.查看文件属性:ls? ? ? ? ? ? ? ? ? ? ? ? ? 3.查看文件内容:cat.tac.more.less.head.tail? ? ? ? ? ? ? ? ? ? ? ? ? 4.复制文件.目录:

[转帖]linux screen 命令详解,xshell关掉窗口或者断开连接,查看断开前执行的命令

linux screen 命令详解,xshell关掉窗口或者断开连接,查看断开前执行的命令 https://binwaer.com/post/12.html yun install -y screen screen -S zhaobsh ping www.163.com 关闭xshell 再次连接 screen -ls 根据 pid 使用 screen -r pid 再次打开连接. 一.背景 系统管理员经常需要SSH 或者telent 远程登录到linux 服务器,经常运行一些需要很长时间才能完