|
This will extract the lines having strings with "mn" at end
and print the first word after first "=" sign (which is the second column with = sign as column separator)
example
if
ODBCHOME=/usr/damn/odbc is set in your .profile file
then it will display /usr/damn/odbc
|