sudo command permission denied for awk
When I run below command from nornal with sudo which has full sudo prviliges , I am getting below message , any idea?
[test1@host~]$ sudo find /etc/sudoers /etc/sudoers.d -type f -exec awk '/^[^#]/' {} +
find: ‘awk’: Permission denied
[test1@host ~]$