[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Changing the name of my computer



> just for the record, the command
>
> $ grep -rsl achilles /etc
>
> will do the same, but a huge lot more efficient (being just 1 process
> instead of 1 for every file in /etc)
> -r is of course recursive
> -s surpresses error messages (lilo.conf for example is not be readable by
> normal users)
> -l outputs the filename instead of the matched lines
> man grep for more neat stuff ;-)

> $ grep -rsl achilles /etc

I'm using the bash shell and it doesn't like this command ;)

Tendril



Reply to: