Other commands. Lecure 8. Flashcards

1
Q

Review environment variables in BASH.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

alias

A

i.e. alias h = history
alias rm=rm -i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where do most commands live?

A

/bin
/usr/bin
/usr/local/bin
/opt/X11/bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to find recent commands?

A

Up arrow.
history
!command
!number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wildcards in bash

A

*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Wildcards in vim

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Searching in vim

A

^ and $
Review this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly