HiI had a question about how I can convert uppercase letters to lowercase letters in a file in general ??I could not do this through sed.Thank you for your help.
Dear Diego,
To convert uppercase letters to lowercase letters, you can use the below code.
tr A-Z a-z < file.txt
You can also enter the embedded text in a file using the following command:
tr A-Z a-z < file.txt > file1.txt
Thank you for sending this message.
Good Luck
+8595670151
7 days a week, 24 hours a day