Question: 3 . Write a bash function that will accept a two integer arguments, x and y , returning 0 if x is a factor of
Write a bash function that will accept a two integer arguments, x and y returning
if x is a factor of y or if it is not. Invoke the function and print is a factor or
not a factor according to the result.
Sed
Write a sed script that will:
a Remove the first number from a line, if it begins with a number
i For these lines, surround the entire line in tags
b Trim any repeat sequences of tabs andor spaces down to a single space
c Replace all sequences of digits that reside immediately prior to a
hyphen with a single x
Example input:
xr output freq
vfr outbound N cs
ifr inbound N heavy
end of data
p
Example output:
xr output freq
vfr outbound N cs xx
ifr inbound N heavy
end of data
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
