Answer to Question #92303 in UNIX/Linux Programming for Symphony

Question #92303
What command would you give to list all lines of userNotes.txt that contain sentence endings with two or more blanks before the start of the next sentence?
1
Expert's answer
2019-08-05T12:55:38-0400

This command prints all lines of userNotes.txt that contain sentence endings with two or more blanks separating sentences.

P.S. There are spaces in square brackets.


sed -n '/[ ][ ][ ]*[A-Z]/p' userNotes.txt




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS