acrph.net

Just another WordPress.com weblog

Linux: Convert a Text File to Upper Case Letter

awk ‘{ print toupper($0) }’ input_file > output_file

April 26, 2008 Ditulis oleh acrph | Linux | , | No Comments Yet