'Challenge 2', 'menu'=>'challenge')); ?>
K-LUG Linux Challenge and Puzzler #2

Challenge (Tina Wood)

# cat test.txt
This is a
file
with
the word
test
in it
so that
we
can see if
context options
work for grep
 
 
# grep --context=1 "test" ./test.txt
the word
test
in it
# grep --context=2 "test" ./test.txt
with
the word
test
in it
so that

Puzzler (John Steenbergen)

"paste f1 f2" and "paste -s f1 f2"