Thread
:
is there a way to make a text file that is all caps into lowercase
View Single Post
02-25-2007, 07:49 PM
micker
Confirmed User
Join Date: Nov 2005
Location: Metro Detroit
Posts: 748
on a linux/unix/mac you could do this;
cat YOURTEXTFILE.TXT | tr '[:upper:]' '[:lower:]'
on a windows box you'd probably have to buy something
if you dont have access to a system that will do it, paste it here and I'll convert it for you.
micker
View Public Profile
Find More Posts by micker