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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-26-2009
pinnacle pinnacle is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 182
Quote:
Originally Posted by vgersh99 View Post
you're using a SUBSEP as a string, and not as a builtin variable - loose the double quotes.

Thanks Vgersh99.

jim mcnamara--
Quote:
echo "," | od -bc
0000000 054 012
, \n
0000002
Comma octal value is 054.
Any way subsep works for now.
Thanks.