A patient is being discharged from the healthcare facility f…

A patient is being discharged from the healthcare facility following surgical replacement of the mitral valve with a mechanical valve. The patient asks the nurse how much longer they will need to take warfarin (coumadin). What is the best response from the nurse?

In a file named Data each line has the format (where the nam…

In a file named Data each line has the format (where the names are only letters and the age is a number: lastName:firstName:age   Write a line in bash that would replace the : with a comma in our file, but redirect the output to a new file called DifferentSeparator.  

Write a script that takes in a single argument, which is a s…

Write a script that takes in a single argument, which is a string of words separated separated by colons. For example, a possible input would be “The:cat:and:the:hat”. Your script should tokenize that string and search your current directory for any file with any of those names. For example, given the string above, your code would look for strings named exactly “The” or “cat” or “and”, etc and sum up the total that match.