Answer 3.4

| 8/27/10 | |

3.4. USING PIPES:

Exercise 3b:
Using pipes, display all lines of list1 and list2 containing the letter 'p', and sort the result.

Answer

% cat list1 list2 | grep p | sort

0 comments:

Post a Comment