Hi All,
Ksh script question.
I have a file with the following (for example:)
ABC123X
DEF123Z
GHI456A
I need to get an output file with the following...
ABC123X abc123x
DEF123Z def123z
GHI456a ghi456a
Basically change the line to lower case but have both in the file.
There would be about 100 lines in the file.
Can anyone send me an example on how to do this?
thanks,
Allan
Received on Tue Feb 23 1999 - 14:13:28 NZDT