Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $ cat test.ini
  2. [TEST]
  3. TEST=~/x
  4. $ inivar -ini test.ini -var TEST -sec TEST
  5. ~/x
  6. $ inivar -tildeexpand -ini test.ini -var TEST -sec TEST
  7. /home/jepler/x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement