week 7 lecture Flashcards

1
Q

what is the echo command?

A

Writes arguments to standard output

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

what is the find command?

A

Utility to search through one or more directory trees of a file system

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

what is a shell script?

A

Series of BASH commands

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

what is an environment variable?

A

Placeholder for data that can change

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

what is a shell variable?

A

-Value is assigned in a shell script
-Related to a particular script
-Not necessarily the
global environment

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

what is a condition?

A

Tell interpreter to skip commands based on a condition

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

what is a menu script

A

Allows users to choose from a list of options

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