Q1 How do you remove the Control-M characters from a file? A1 Using the sed command that replaces Control-M with nothing Note: The ^M is typed on the command line with ctrl+v and ctrl+M Q2 How will you search for a property named “inbox” … Read more ›...