Open rgardner opened 9 years ago
history -s n
fg
bg
printenv
setenv
python test.py 2>out
printenv does not have to be a shell builtin and setenv is not the right name.
setenv:
# set key to value key=value # clear the value associated with key key=
variable name can't start with digit [1]
grammar:
https://www.gnu.org/software/bash/manual/bashref.html
history -s n
set size of history bufferfg
andbg
andprintenv
setenv
python test.py 2>out