David Scheidt <[email protected]> wrote: > ps ax | grep [s]lapd | wc -l > > The [] creates a one-character class that doesn't match the regex.
Doesn't [s]lapd need to be quoted? [] are special to (at least some) shells. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
