Advertisement
Guest User

Untitled

a guest
Dec 30th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. -bash-4.4$ linuxmachine06=sdgdf
  2. -bash-4.4$ echo $linuxmachine06
  3. sdgdf
  4. -bash-4.4$ unset $(echo export linuxmachine06="sdb sde sdf sdd" | sed "s/=.*//;s/.* //")
  5. -bash-4.4$ echo $linuxmachine06
  6.  
  7. -bash-4.4$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement