1 new a file named "tt",whatever
2 write "export TCS=123" into tt
3 exit tt, return to commander line, "source tt"
4 env | grep TCS
if you want to create a env variable for a long time, you should do that in ~/.bash_profile and then source ./.bash_profile
if you want to delete a env variable, just "unset TCS"