LPI Linux Essentials (010-160) (SP) > Command Line Basics > Flashcards
How do you export a variable to another shell?
export variable_name
How do you clear history?
history -c