THESE QUESTIONS ARE FOR UNIX (LINUX)
Select the lines from file file1 that have exactly three characters in them.
Select the lines from file file1 that have at least three characters in them.
Select the lines from file file1 that have three or less characters in them
Select the non-blank lines from the file file1.
Select the lines from file file1 that start with a capital letter.
Select the lines from file file1 that end with a period.
Select the lines from file file1 that have the string unix.
Select the lines from file file1 that end with the string unix.
Select the lines from file file1 that have only the string unix.
Select the lines from file file1 that have the pattern unix at least two times.
Select the lines from file file1 that have the pattern unix and ends with unix.
Copy file file1 on the screen, but delete the blank lines.
Select the lines from file file1 that have a digit.
Select the lines from file file1 that have at least two digits without any other characters in between.