![](https://seccdn.libravatar.org/avatar/27aacf61a13c66fcc083fcf8a84823bc.jpg?s=120&d=mm&r=g)
17 Jun
2022
17 Jun
'22
08:28
On 6/16/22 09:26, Martin /Nightowl/ Byttebier wrote:
ll /usr/bin | grep startplasma-x11 -rwxr-xr-x 1 root root 157984 Jun 13 14:35 startplasma-x11
Aside -- no, never ll a directory and pipe the results to grep to find a file. If you know the file name, the use the filename, e.g. ll /usr/bin/startplasma-x11 Or if you don't know the exact name but know it contains startplasma, then use standard globbing: ll /usr/bin/*startplasma* -- David C. Rankin, J.D.,P.E.