RENAME FILE LINUX

Subscribers:
32,100
Published on ● Video Link: https://www.youtube.com/watch?v=9nqx2KKJYEI



Duration: 4:33
11 views
0


#Solvetic_eng video-tutorial to RENAME FILE LINUX. ▢️ π—”π—Ÿπ—Ÿ 𝗔𝗕𝗒𝗨𝗧 π—Ÿπ—œπ—‘π—¨π—« πŸ‘‰ https://www.youtube.com/playlist?list=PLOkioV3BTLXg_-zT9QBYRSd9s7ASoz-os

Don't miss this video with different ways to rename a file in Linux using only commands. You will be able to change the name of a file quickly without having to use the interface since by knowing how to rename in Linux you will be able to make changes without wasting time and directly.

πŸ”ΉCOMANDOSπŸ”Ή
mv oldfile.txt newfile.txt
ls *.txt
ls *.prog -l
for f in *.prog; do mv -- "$f" "${f%.prog}.prg"; done
ls *.pr*
for f in *.prog; do mv -- "$f" "${f%.prog}.prg"; done
sudo apt-get install rename
sudo dnf install prename
sudo pacman -Syu perl-rename
ls *.prog
rename 's/.prog/.prg/' *.prog
ls *.pr*

β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬

》 CHAPTERS γ€Š

00:00 Introduction
00:48 Rename files in Linux using MV
03:05 Rename files in Linux using Rename

β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬

πŸ”₯ SUBSCRIBE: https://www.youtube.com/channel/UCkVkmxeHaBk77kAWEzopCBw?sub_confirmation=1

β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬

πŸ‘€ Thousands more FREE tutorials Web (Spanish Language) πŸ’‘: https://www.solvetic.com

β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬β–¬

Solvetic is the main YouTube channel for creating video solutions on computer and tech topics problems and different categories such us: Gaming, Windows, Mac, Linux, Android, iPhone, Photoshop, Web browsers, Office, Internet, Programs, Applications, Security, Programming etc.

We explain it to you in the most simple and professional way to learn new things and make solving problems related to computing and technology an easy job.







Tags:
Rename files
like Rename files
Rename Linux files
like Rename Linux files
rename a file in Linux
how to rename a file in Linux
rename in linux