Comment by Natfan

1 year ago

I'm not getting the same results for ed?

    $ whereis -b ed | cut -d' ' -f 2 | xargs ls -l
    -rwxr-xr-x 1 root root 55504 Feb 22  2020 /usr/bin/ed

I spent a few minutes trying to work out your pipeline. I think this is easier

    ls -l $(which ed)