0

I don't understand why zsh and bash (ls) show me lots of filename inside apostrophes, but not all:

'joe rilla - mauern fallen.mp3'
jokaz-alarmbereit.mp3
'yoshi blessed - everybody free.mp3'

I tried to remove the ' like here with rename and bash:

Removing apostrophe from all file names

But without success. It tells me "A and B are the same file".

How can I get rid of the apostrophes?

haheute
  • 206

1 Answers1

6

It isn't an apostrophe in the filename. The filenames that have whitespaces are getting 'wrapped'.

Jedi
  • 249