How to rename files in linux

王林
Release: 2020-05-14 11:24:05
Original
6047 people have browsed it

How to rename files in linux

You can use the mv command in Linux to rename files or directories.

Command format:

mv 源文件名 目标文件名
Copy after login

means changing the source file name to the target file name.

Example:

Rename the file aaa to bbb.

mv aaa bbb
Copy after login

Recommended tutorial: linux tutorial

The above is the detailed content of How to rename files in linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Ketahui asas Linux
From 1970-01-01 08:00:00
0
0
0
centos7 - Versi linux git bukan centos?
From 1970-01-01 08:00:00
0
0
0
Lernen Sie die Grundlagen von Linux
From 1970-01-01 08:00:00
0
0
0
centos7 - The linux version of git is not centos?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template