UNIX command
Budget: $10 – $30 CAD
1.1. Download and drop in your LINUX virtual machine the following file which is a dictionary of French words that you must search using Shell functions:
You must use the filter function grep (___?____) to perform the following searches:
1.2. List of words ending with the letters "cot".
1.3. Words starting with "av" and ending with "t".
1.4. Words containing 2 letters "a" and no letter "e".
1.5. Words starting with a letter in the range [a-l] and having only 5 letters in all.
1.6 Count the number of words beginning with “V”.
You must use the filter function grep (___?____) to perform the following searches:
1.2. List of words ending with the letters "cot".
1.3. Words starting with "av" and ending with "t".
1.4. Words containing 2 letters "a" and no letter "e".
1.5. Words starting with a letter in the range [a-l] and having only 5 letters in all.
1.6 Count the number of words beginning with “V”.