Question: LINUX 140U 1. Change the substring 'light' to 'lux'... a. Just the first instance on the current line only. b. All instances on the current



1. Change the substring 'light' to 'lux'... a. Just the first instance on the current line only. b. All instances on the current line only. C. All instances throughout the file. d. All instances on lines 146 to 163. e. Just the first instance on each line starting from the current line to the end of the file. NOTE: Don't use the c flag to limit the search results. You don't have to match whole words. To test your commands, try them with the cursor at the beginning of line 146. this line has two 'light' substrings in it so it's easy to see if you are picking up just the first instance in a line. 2. On line 2 of the file, change all instances of a forward slash () to a hash mark (#). 3. Put an asterick (*) in front of all lines that begin with the letter 'a'. 4. Find all vowels (a, e, i, o, u) and change them to the letter "V 8. Break all lines in the file into lines less than or equal to 41 characters. HINT: Try using a fixed quantifier. Also note that all lines in this file are 80 or less so there shouldn't be a need to break them more than once. 1. Change the substring 'light' to 'lux'... a. Just the first instance on the current line only. b. All instances on the current line only. C. All instances throughout the file. d. All instances on lines 146 to 163. e. Just the first instance on each line starting from the current line to the end of the file. NOTE: Don't use the c flag to limit the search results. You don't have to match whole words. To test your commands, try them with the cursor at the beginning of line 146. this line has two 'light' substrings in it so it's easy to see if you are picking up just the first instance in a line. 2. On line 2 of the file, change all instances of a forward slash () to a hash mark (#). 3. Put an asterick (*) in front of all lines that begin with the letter 'a'. 4. Find all vowels (a, e, i, o, u) and change them to the letter "V 8. Break all lines in the file into lines less than or equal to 41 characters. HINT: Try using a fixed quantifier. Also note that all lines in this file are 80 or less so there shouldn't be a need to break them more than once
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
