Results 1 to 2 of 2
I am using awk to produce output from a script. For several reasons I would like the output to be all lowercase, is there a way to force awk to ...
- 02-17-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Getting all lower case output from awk
I am using awk to produce output from a script. For several reasons I would like the output to be all lowercase, is there a way to force awk to output everything in lowercase or pipe it to another command that will do that?
- 02-17-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
A web search quickly gave the following :
How to convert a string to upper or lower case in bash? [spikesource hints'n'tips]0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.


Reply With Quote