Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part-3 1. Use the cat command to create a file. Name of this file should be file1. Type a few sentences in this file. Save
Part-3 1. Use the cat command to create a file. Name of this file should be file1. Type a few sentences in this file. Save this file. Use the cat command one more time to display the content of file1. 2- Use vi command to add more lines to this file so you can answer the rest of these questions that uses regular expressions and grep command. 3- Select the lines from file file1 that have exactly three characters in them. 4- Select the lines from file file1 that have at least three characters in them. 5- Select the lines from file file1 that have three or less characters in them. 6- Select the non-blank lines from the file file1. 7- Select the lines from file file1 that start with a capital letter. 8- Select the lines from file file1 that end with a period. 9- Select the lines from file file1 that have the string unix. 10- Select the lines from file file1 that end with the string unix. 11- Select the lines from file file1 that have only the string unix. 12- Select the lines from file file1 that have the pattern unix at least two times. 13- Select the lines from file file1 that have the pattern unix and ends with unix. 14- Copy file file1 on the screen, but delete the blank lines. 15- Select the lines from file file1 that have a digit. 16- Select the lines from file file1 that have at least two digits without any other characters in between
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