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

Re: kill pidof question



Thomas H. George wrote:
> Camaleón wrote:
> > kill `pidof iceape-bin`
>
> Thanks, this works.  I had not known the use of backward single quotes.
> I'll read up on them.

Better is the newer $(...) way because $(...)'s can be nested.  The
backticks are great for single simple commands.  But if you try to
nest them then the quoting rules become quite hard.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: