how to lowercase everything in a text file and then output the result to a new file in bash script? for example the input file contains
a bC D E
output
a bc d e
how to lowercase everything in a text file and then output the result to a new file in bash script? for example the input file contains
a bC D E
output
a bc d e