The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-22-2008
bumblebee bumblebee is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 4
HASH(0x775090)= from env

/home/bee$ env | grep HASH
HASH(0x775090)=

Im not sure how I got this, but how do i unset/remove this from env?

/home/btidev$ unset HASH(0x775090)
-bash: syntax error near unexpected token `('
/home/btidev$ unset 'HASH(0x775090)'
-bash: unset: `HASH(0x775090)': not a valid identifier
/home/btidev$ unset HASH\(0x775090\)
-bash: unset: `HASH(0x775090)': not a valid identifier