The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
to display the word containing all of aeiou in a file.
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
to display the word containing all of aeiou in a file.
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-09-2007
radoulov
addict
Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 2,020
Code:
awk '/a/&&/e/&&/i/&&/o/&&/u/' file
.. you can add "Y"
radoulov
View Public Profile
Find all posts by radoulov