We were writing a Bash Shell script where a word is taken as command line argument. This word is then used as key to fetch a line from a csv file and then pull out some specific field in it using awk command. All worked fine, except that...
[Read More]
Bash: Convert text to uppercase