Introduce ifconfig -a -g groupname

Eugene Grosbein eugen at grosbein.net
Fri May 29 13:09:26 UTC 2020


29.05.2020 20:03, David Wolfskill wrote:

> Just a quick note before I wake up Spouse to go for a bike ride: I
> suggest using ! for negation -- and yes, I realize it would need to be
> escaped; I use /bin/csh as my login shell.
> 
> But I'm used to escapiing !; I expect it.  So it's part of my "muscle
> memory" (and thus, not that big a deal).
> 
> And (IMO) clarity is paramount. :-)
> 
> (I'll try to update the comments in teh review to indicate the above, so
> others can react as they see fit.)

Interactive usage when you see results and errors immediately is one part only.
Other part is scripting, especially nested like: ssh ... 'sudo command "arg1 arg2 args3"'
where extra escaping sometimes becomes real PITA. I really like to avoid it.



More information about the freebsd-hackers mailing list