If I run: find /usr/lib/systemd /etc/systemd -name '*.service' > service-files How can I limit output to just foo.service, not full paths. So I can then run yum whatprovides $(cat service-files) | rpm -qf "%{NAME}\n" > systemctl-list which ^^^ is currently giving a broken pipe. # I'll do a uniq bit between both lists. ___ Regards Frank frankly3d.com -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org