Can someone explain this code to me? In detail why these codes were used in the code and what is the purpose of this code in the Linux system
COMMAND='/bin/sh'
sudo -u make -s --eval=$'x:\n\t-'"$COMMAND"
why this character $'x:\n\t-' ? what the meaning x: and \n and \t-?
what is the goal of this code?