![](https://seccdn.libravatar.org/avatar/150bb68600b6f4527c14c79e81e90f53.jpg?s=120&d=mm&r=g)
On Sun, 13 Sep 2020 14:06:54 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 13/09/2020 13.55, Per Jessen wrote:
Dave Howorth wrote:
err, you'll need to look in the subdirectories as well, and you'll need to inspect the various dot files like .bashrc
Maybe there's a clever way to do it, but my brain hurts thinking about it.
find <alltopdirs> -type f | xargs grep '/usr/sbin'
Telcontar:/etc/skel # find * -type f | xargs grep '/usr/sbin' Telcontar:/etc/skel #
* != <alltopdirs> I already said there are dot files. Some of them are directories as well. $ find /etc/skel -type f | xargs grep '/usr/sbin' PS Thanks, Per :)
Must be the wrong incantation, because 'mc' does find instances of '/usr/sbin', although not relevant.
#export EDITOR=/usr/bin/vim
#if [ -x /usr/bin/fortune ] ; then # echo # /usr/bin/fortune # echo #fi
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org