The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-07-2008
rubin's Avatar
rubin rubin is offline
Registered User
 

Join Date: Nov 2007
Posts: 175
Maybe something like this:

Code:
echo ${CNTR_NM} | awk -v a="'" '{print a$1a, $2}'

Output:

Quote:
'/dmpath/dmtiadm1/db2fs1p00/tsops06' 2128
Reply With Quote