Artificial intelligent assistant

Regular expression with sed ./Queen/(1986)/Innuendo/01.One vision.mp3 ./Queen/(1986)/Innuendo/02.One vision.mp3 ./Queen/(1986)/Innuendo/03.One vision.mp3 I want to display above line as: 01.One vision.mp3 02.One vision.mp3 03.One vision.mp3 I tried with: sed -i 's/^[^.$/]/ /g/

Why not use `basename` for this? For example:


for file in *mp3; do basename "$file"; done

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 7e9d3fb2cdf1f21af1bf246f389574c3