Linux CLI - File and Directory Operations
You want to rename multiple files by adding a prefix
old_ to all .txt files in the current directory using a script. Which approach correctly uses mv inside a loop?