You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
189 B
10 lines
189 B
|
|
|
|
grep '[Jj][oO][rR][dD][aA][nN]' $LLO_DATAFILE
|
|
|
|
grep '\<b.t\>' $LLO_DATAFILE
|
|
|
|
grep -E 'Michael Jordan|Eddie Jordan' $LLO_DATAFILE
|
|
|
|
grep '199[0-9]' $LLO_DATAFILE | grep -E "Kukoc|Jordan"
|
|
|
|
|