Search Results

Search: Posts Made By: josco1982
8,508
Posted By josco1982
Thanks Agama for your help, the script works fine...
Thanks Agama for your help, the script works fine now.

#!/bin/bash
for fname in *.mp3; do
mv -f "$fname" "${fname#*- *}"
done
8,508
Posted By josco1982
Bash: renaming file issues.
Hi, i want to rename a group of directories and files of my music, some items are like this:

[Artist] - [Album], for directories.
[Artist] - [Song title], for files.

I want to do something...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy