RENAME FILE LINUX
#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.
Other Videos By Solvetic English
2023-09-12 | Windows 11 WiFi Not Working |
2023-09-12 | COPY TIKTOK LINK |
2023-09-12 | Change Highlight Cover Instagram |
2023-09-11 | TikTok Text to Speech Voice |
2023-09-11 | Copy Path of File Windows 11 or Windows 10 |
2023-09-11 | CHANGE SPEED MOUSE WINDOWS 11 |
2023-09-11 | STICKY NOTES APP NOT WORKING βοΈ |
2023-09-11 | How to Delete Login Instagram Account |
2023-09-11 | How to Know Email ID on Instagram |
2023-09-10 | GHOST MODE ON TIKTOK |
2023-09-10 | RENAME FILE LINUX |
2023-09-10 | RESTART WINDOWS |
2023-09-10 | How to LOCK COMPUTER |
2023-09-09 | SEARCH FILES BY DATE RANGE WINDOWS |
2023-09-08 | SHUTDOWN or REBOOT COMMAND LINUX |
2023-09-08 | How to TURN OFF PRIVATE MODE on TIKTOK |
2023-09-07 | RESTRICTED MODE TIKTOK OFF |
2023-09-07 | EDIT WHATSAPP MESSAGE |
2023-09-07 | REMOVE PASSWORD WINDOWS |
2023-09-07 | How to Add Old Stories to Instagram Highlights |
2023-09-07 | How to OFF MESSAGE NOTIFICATIONS on INSTAGRAM |