-
1
- #1
adrianmah
Computer
- Mar 31, 2003
- 4
hi, i am new in linux,i need to know how can is get the result for the follow using grep command.
1)All words in which "x" appears anywhere before "k".
2)All words in which "k" appears anywhere before "x".
3) All words containing both an "x" and a "k".
4) All words containing a "q" not immediately followed by a "u".
5) All words containing "ae",
and beginning with a lower case letter,
and not beginning with "ae",
and not ending with "ae".
1)All words in which "x" appears anywhere before "k".
2)All words in which "k" appears anywhere before "x".
3) All words containing both an "x" and a "k".
4) All words containing a "q" not immediately followed by a "u".
5) All words containing "ae",
and beginning with a lower case letter,
and not beginning with "ae",
and not ending with "ae".