Script Implementation Flashcards

(8 cards)

1
Q

awk

A

search for specified information and take action when that information is found

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

sed

A

modify text files especially by searching and replacing

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

find

A

search for files based on criteria other than filename

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

tee

A

verify the output of a command immediately and store that output in a file for later reference

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

xargs

A

commonly used with the ‘find’ command to operate on each result that is found within the file or directory search

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

export

A

set the value of an environment variable for all future bash sessions

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

env

A

run a command with modified enfironment variables

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

alias

A

customize the shell environment by generating command-line aliases

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