The UNIX and Linux Forums
>
OS Specific Forums
>
Linux
string manipulation in unix
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
string manipulation in unix
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-07-2008
rubin
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
rubin
View Public Profile
Find all posts by rubin