this mc problem isn't fixed - attached correct patch against mc.menu
from mc 4.8.8 which fixes identical files deletion when folders and/or
files names contains spaces, see comment #6
Problem in current mc is quoted %D - see this line in mc.menu:
if [ -f "%D/$i" ]; then
because of quoted %D deletion doesn't work: mc doesn't even find identical
files - I get a message "FILENAME has no copy in /tmp/folder\ with\ space: NOT
deleted." in terminal.
Deletion works correctly when %D isn't quoted, only $i is quoted:
if [ -f %D/"$i" ]; then
** Changed in: mc (Ubuntu)
Status: Fix Released => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094324
Title:
"Delete tagged files if a copy exists in the other directory" doesn't
work if names of the files or folders contains space
To manage notifications about this bug go to:
https://bugs.launchpad.net/mc/+bug/1094324/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs