1 comment

[ 2.9 ms ] story [ 10.8 ms ] thread
Not mentioned anywhere, but this is not for "Linux" but for "dpkg" (so deb-based distros: Debian, Ubuntu, etc).

If all you want is list commands this one-liner works:

    dpkg-query -L systemd | sed -n '/\/bin\//s/^.*\/\(.*\)/\1/p'