Renaming a File | OS

Channel:
Subscribers:
165
Published on ● Video Link: https://www.youtube.com/watch?v=MYo7xGL3wig



Duration: 2:00
37 views
0


#linux #windows
Type the command:-
"ren" is a command used in Microsoft Windows and DOS (Disk Operating System). For example, ren "raja.txt" "keerthi.txt".

"mv" is a similar command used in Unix-based systems like Linux new file to rename a file. For example, mv "raja.txt" "keerthi.txt".