Results 1 to 3 of 3
I have some variable substitutions that I created that I no longer need. I can't figure out how to remove them, and I haven't been able to locate any instructions ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-06-2006 #1Just Joined!
- Join Date
- Feb 2006
- Location
- Ohio
- Posts
- 25
How do you remove a variable substitution command?
I have some variable substitutions that I created that I no longer need. I can't figure out how to remove them, and I haven't been able to locate any instructions to do so.
For example, I created a variable such as MAKEFILE="touch file1.txt touch file2.txt"
Now I want to get rid of $MAKEFILE. How do I do that?
- 02-06-2006 #2Code:
unset MAKEFILE
- 02-06-2006 #3Just Joined!
- Join Date
- Feb 2006
- Location
- Ohio
- Posts
- 25
Thank you.


Reply With Quote
