/etc/sudoers ファイルの (uncommnet #) wheel グループを削除したいので、使用する正規表現パターンは何ですか?
#cat /etc/sudoers
....
....
## Allows members of the 'sys' group to run networking, software,
## service management apps and more.
# %sys ALL = NETWORKING, SOFTWARE, SERVICES, STORAGE, DELEGATING, PROCESSES, LOCATE, DRIVERS
## Allows people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
## Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
....
....
次の行から # を削除したい。
...
# %wheel ALL=(ALL) NOPASSWD: ALL
...