I am having trouble getting the proper result for the question at the end of this section.
“Find the output of the following command using one of the techniques you learned in this section: find /usr/share/ | grep root | grep mysql | tail -n 1”
Here is the line of code I used. I get it to send, but there is no output.
%0abash<<<$(base64%0a-d<<<ZmluZCAvdXNyL3NoYXJlLyB8IGdyZXAgcm9vdCB8IGdyZXAgbXlzcWwgfCB0YWlsIC1uIDE=)
What am I missing?