Gene Heskett schrieb am 13. Jul um 03:53 Uhr:
> On Thursday 12 July 2018 23:36:13 Christopher Barry wrote:

> > follow the below 5 steps for help solving this.

> > [...]
> > for f in $(find /etc/network -type f); do
> >     [[ -f ${f} && "$(file "${f}")" =~ text ]] && {
> >     out cat "${f}"
> >     }
> > done
> > [...]

> using bash to run it does make a lengthy file, but also reports in the 
> terminal:
> check-ifaces: line 22: file: command not found

Please install the "file" package and run again.

Christian

-- 
***   Christian Knoke  *  25541 Brunsbüttel  *  http://cknoke.de   ***

Reply via email to