bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

findutils-4.8.0-2.fc34.x86_64


From: Ricky Tigg
Subject: findutils-4.8.0-2.fc34.x86_64
Date: Tue, 31 Aug 2021 12:26:15 +0300

Tested on Fedora; findutils-4.8.0-2.fc34.x86_64

Hello.As noticeable in output resulting from  'find <source_path> -name
"<target>"'' , paths are duplicated.

$ find /usr/share/icons/ -name "battery*" | head -1
/usr/share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png

Wouldn't be be that state worth an addition of an option covering the
following rule: *Do not print source path*. Model of output: that would
result:

$ find /usr/share/icons/ -<*Do_not_print_source_path*> -name "battery*" |
head -1
Adwaita/16x16/devices/battery-symbolic.symbolic.png

Regards.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]