Question: Some operating system shells use linefeed characters 'r' as new line characters (such as some Mac Operating System). Determine when a script containing these invisible characters are interpreted by linux or *nix shells, they are flagged as errors, since *nix uses 'n' as new lines. For example they might produce the following error: command not found line
The solution shows how to get rid of these 'r' characters.