We know that echo $PATH will print all of the environment variables. There are several places we can put the path variables in.
echo $PATH
/home/<username>/.profile
AWK is the abbreviation of three developers’ names.
Function: analyze the file line by line based on pattern. Syntax:
awk ' BEGIN{} /pattern/{} END{} '