Updated: 03 September 2025
Change the file extension on all .csv
files in the current dir to .txt
rename 's/\.csv$/\.txt/' *.csv
Freelance software engineer United Kingdom
Updated: 03 September 2025
Change the file extension on all .csv
files in the current dir to .txt
rename 's/\.csv$/\.txt/' *.csv