Network, Computer and Programming Resources
Linux top 50 cmd
(Page:5)
Linux top 50 cmd - Set
The set command is used to temporarily change an environment variable. In some shells, the set -o vi command will allow you to bring back previous commands that you have in your history file. It is common to place the command in your .profile. Some environment variables require an equals sign, and some, as in the example set -o vi, do not.