$_ (dollar underscore) is another special bash parameter and used to reference the absolute file name of the shell or bash script which is being executed as specified in the argument list. This bash parameter is also used to hold the name of mail file while checking emails.
$_
(dollar underscore) is another special bash parameter and used to reference the absolute file name of the shell or bash script which is being executed as specified in the argument list. This bash parameter is also used to hold the name of mail file while checking emails.also it gets weird: if the _ variable was in the environment that bash received, then bash leaves it untouched. https://unix.stackexchange.com/questions/280453/understand-the-meaning-of