Quote:
Originally Posted by vgersh99
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.