Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If you are not already the root user, then switch to the root user using the command sudo su As the root user, create a
If you are not already the root user, then switch to the root user using the command sudo su As the root user, create a directory named /opt/midterm/regex. There is a file named /opt/dictionary.txt on the Linux instance. It contains 143091 lines of text representing lowercase English words. Perform the following tasks as related to this file. Do not modify or delete this file as it may affect your results. Print all of the lines within the /opt/dictionary.txt file containing a 5 letter word beginning with u and ending with y. Send the standard output to a file named /opt/midterm/regex/patterne1.txt. Print all of the lines within the /opt/dictionary.txt file containing an 11 letter word beginning with either u or w and ending in ly. Send the standard output to a file named /opt/midterm/regex/patterne2.txt. Print all of the lines within the /opt/dictionary.txt file that contain the text bello yello. Send the standard output to a file named /opt/midterm/regex/patterna3.txt mello or
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started