Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Simple Crossword Helper -- crossword This is a simple application to be written as a bash script to help those who work on crossword puzzles.

Simple Crossword Helper -- crossword This is a simple application to be written as a bash script to help those who work on crossword puzzles. In a previous lab you saw how to find words that satisfy a variety of constraints in the Linux dictionary, /usr/share/dict/ words. This script should run continuously using a loop ; each time through the loop, the script should prompt the user to enter the known and unknown letters in the word, using ' - ' for each unknown letter. After the user has entered the pattern followed by the "Enter" key, the script shou ld list all words in the Linux dictionary that match the entered pattern. The script should prompt the user if the user wants to continue or not, if yes, the script continue runs; if not, then the script terminates. The script takes no arguments and should be named crossword ; save in your ee462 directory in your AFS file space when done. HINT: use command substitution to modify the value of t he user input by echoing the value into a command that converts it to a form more useful for processing.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2005 For Windows Mobile Web Office And Database Applications Comprehensive

Authors: Gary B. Shelly, Thomas J. Cashman, Corinne Hoisington

1st Edition

0619254823, 978-0619254827

More Books

Students also viewed these Databases questions