On Wed, 4 Dec 2024 at 22:38, Stephen Morris <steve.morris...@gmail.com>
wrote:

> On 5/12/24 09:06, Jeffrey Walton wrote:
>
> On Wed, Dec 4, 2024 at 4:55 PM Stephen Morris <steve.morris...@gmail.com> 
> <steve.morris...@gmail.com> wrote:
>
>        Each link is output with a classification of relative, absolute, dan‐
>        gling, messy, lengthy, or other_fs.
>
> My main query with this was why do I get all those types of messages from
> symlinks when I issue "sudo symlinks -r -d /" which is the command to
> delete dangling symlinks?
>

My interpretation of:

"Each link is output with a classification of relative, absolute, dangling,
messy, lengthy, or other_fs."

Is precisely that. The follows

"-d     causes dangling links to be removed."
"-r     recursively operate on subdirectories within the same filesystem."

Neither of these stipulate a change of the first statement. So regardless
of what type of links you tell it to remove, it's still going to classify
ALL types of links it finds?

cf: https://en.wikipedia.org/wiki/Unix_philosophy#Origin

So if you don't want to see other output, filter with grep or any other
text manipulation tool, and move on with lfe. If it had a "quiet" or
"silent" flag then maybe you would expect different behaviour, but it
doesn't.
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to