[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Char to use as separator
From: |
PATTON, BILLY \(SBCSI\) |
Subject: |
Char to use as separator |
Date: |
Thu, 16 Mar 2006 14:12:46 -0600 |
>From my questions today you may know that I'm doing some very convoluted
stuff.
I build targets with _ as separators
<flow>_<proj>_<bb>_<topic>_<target>
Problem is, any of these names may have a _ in their name
So separating on _ is a problem
So many of the chars are special to either shell or makefile
I've considered using __ that 2 under scores as a separator
Will this cause a problem within make or sh?
- Char to use as separator,
PATTON, BILLY \(SBCSI\) <=