Public bug reported:

Binary package hint: findutils

With findutils 4.2.27-1ubuntu1:
cd /tmp/
mkdir tabort
cd tabort/
touch "hej kontinent"
touch apa
find . -type f -print0

Current result:
./hej kontinent./apa./%s

Expected result:
./hej kontinent./apa

Note:
Find shouldn't find any file called "%s", since there is no such file...

** Affects: findutils (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
find finds non-existing file "./%s"
https://launchpad.net/bugs/55021

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to