The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
12-20-2007
karnan
Registered User
Join Date: Nov 2007
Posts: 5
env has the common path or other setting used by the scripts
two dots represents minimum 2 letters before mn [..mn]
karnan
View Public Profile
Find all posts by karnan