bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I cant get my head around this...


From: mykg4orce
Subject: I cant get my head around this...
Date: Sun, 5 Nov 2006 14:42:33 -0800 (PST)

I have literally spend 10 hours trying to figure out this question.  I have
tried the all sorts of combinations of grep to answer the following question
for an assignment.

contents of file f3.txt (excluding the ------- )
--------------------------------------------------------------------------------------------------------
The American Revolution.
This is the best solution to the problem
PanAmerica Capital Group
the american people
ddd
United States of America
america
the brown fox jumped over a lazy dog.
Creative thinking
----------------------------------------------------------------------------------------------------------

Two questions are:

1)List all the lines in the “f3.txt” file that contain words which contain
exactly one vowel.
2)List all the lines in the “f3.txt” file that contain words which begin and
end with a consonant but otherwise consist only of vowels.


So far I have this:
•       grep -w '^[^aeiou]*[aeiou][^aeiou]*$' f3.txt

And honestly I am not sure what this does or if its even possible to get a
result using the supplied file.

Please help
-- 
View this message in context: 
http://www.nabble.com/I-cant-get-my-head-around-this...-tf2579370.html#a7190604
Sent from the Gnu - Grep mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]