Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

LINUX 140U
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

Students also viewed these Databases questions

Question

c. What groups were least represented? Why do you think this is so?

Answered: 1 week ago

Question

7. Describe phases of multicultural identity development.

Answered: 1 week ago