# (1) (2) $ env X='() { :; }; echo "pwned"' bash -c : why the command < bash -c : > executed ? i mean how the interpreter separates it from the other commands?
(1) (2)
$ env X='() { :; }; echo "pwned"' bash -c :
why the command < bash -c : > executed ?
i mean how the interpreter separates it from the other commands?