Search Results

Search: Posts Made By: sravani
8,856
Posted By sravani
LOGNAME
LOGNAME = 'id | awk '{begpos = index($0,"(") Endpos = index($
0,")") print substr($0,begpos+1,endpos-begpos-1) }'; export LOGNAME

-bash: syntax error near unexpected token `('

I am getting...
7,256
Posted By sravani
Environment variables
why are all environment variables represented in a fixed format regardless of the shell you use?
like $HOME $PATH etc
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy