The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-14-2008
Klashxx's Avatar
Klashxx Klashxx is offline
HP-UX/Linux/Oracle
 

Join Date: Feb 2006
Location: Almerķa, Spain
Posts: 383
Same logic that the other example:
Code:
awk 'BEGIN {printf("%36s \n ","'"${var1}"'")}'
Reply With Quote