Is there any chance you could add an option to replace :'s with -'s because in OS X they are illegal characters in a filename and show up as \'s in Finder?
The forum is an excellent idea by the way.
$ touch Desktop/"replace 's with -'s"
$ ls -l !!:$
ls -l Desktop/"replace 's with -'s"
-rw-r--r-- 1 ned staff 0 21 Jan 10:51 Desktop/replace 's with -'s
$
thomas.willson wrote:The thing to be replaced was supposed to be a colon which is what OS X uses to delineate paths.
thomas.willson wrote:The thing to be replaced was supposed to be a colon which is what OS X uses to delineate paths.
echo hello > my\:file.txt
cat my\:file.txtthomas.willson wrote:Well, I thought I posted a reply. Anyway, that fatfilenames option didn't fix the problem.
Users browsing this forum: No registered users and 2 guests