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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 34 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply