Page 1 of 1

QUESTION 24 #!/bin/bash echo 34-123 | sed -r 's/([0-9])-([0-9])/\2-\1/' What is the output from the sed command in this

Posted: Fri Jul 01, 2022 5:43 am
by answerhappygod
Question 24 Bin Bash Echo 34 123 Sed R S 0 9 0 9 2 1 What Is The Output From The Sed Command In This 1
Question 24 Bin Bash Echo 34 123 Sed R S 0 9 0 9 2 1 What Is The Output From The Sed Command In This 1 (32.46 KiB) Viewed 36 times
Please answer all parts clearly
QUESTION 24 #!/bin/bash echo 34-123 | sed -r 's/([0-9])-([0-9])/\2-\1/' What is the output from the sed command in this script (careful -- tricky)? QUESTION 25 For the command read A B C, if we type ONE TWO THREE FOUR FIVE, what is the value of C? O THREE FOUR FIVE THREE FIVE Error Blank