I'm trying to write a script that will read a file
and then find the top words located in that file
i have the script down so it can read one file but want it to be able to read several files and loop.
ie.
input: fileA fileB fileC
script will read first fileA then fileB...fileC then prompt for additional files to check...until i ^D the proccess.
i already have the script to sort the filenames just cann't get the loop to work. thanks..
zion
<><
=-)
and then find the top words located in that file
i have the script down so it can read one file but want it to be able to read several files and loop.
ie.
input: fileA fileB fileC
script will read first fileA then fileB...fileC then prompt for additional files to check...until i ^D the proccess.
i already have the script to sort the filenames just cann't get the loop to work. thanks..
zion
<><
=-)