Linux Shell Script
Budget: $10 – $30 USD
On your computer open "https://en.wikipedia.org/wiki/Lehman_Brothers". Copy the text from that page into a text file myexamfile.txt and then copy that file to a directory named midterm (use mkdir to create the directory if it doesn’t exist) in your snowball server home directory (use any FTP tool such as Putty or Filezilla to copy the file from your computer to the remote snowball server machine).
1. Write a shell script that will find the number of statements in the text. A statement is defined as the collection of text between two periods (full-stops).
2. Update the script to present a tabular list that shows the number of words and number of letters in each statement.
1. Write a shell script that will find the number of statements in the text. A statement is defined as the collection of text between two periods (full-stops).
2. Update the script to present a tabular list that shows the number of words and number of letters in each statement.