The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-10-2001
laydb laydb is offline
Registered User
  
 

Join Date: Dec 2001
Location: Wilmington, Delaware
Posts: 1
Unhappy Help with scripting

I am having trouble writing a script file doing the following functions:
putting one word on each line then
sort these words with frequencies in reverse order then putting them in alphabetical order then
finding the most frequently used 50 words then
sort them in ascending oder by frequency then
show words only (remove frequency column) then
cut these words and using colum 3-6 only.
If you can help me please do. I have the Unix complete book but have been trying to put this together for some time.
then then