Other commands. Lecure 8. Flashcards
1
Q
Review environment variables in BASH.
A
2
Q
alias
A
i.e. alias h = history
alias rm=rm -i
3
Q
Where do most commands live?
A
/bin
/usr/bin
/usr/local/bin
/opt/X11/bin
4
Q
How to find recent commands?
A
Up arrow.
history
!command
!number
5
Q
Wildcards in bash
A
*
6
Q
Wildcards in vim
A
.
7
Q
Searching in vim
A
^ and $
Review this
8
Q
A