Hello,
Is it possible to backup directly to a CD-RW device? I format my data CDs using DirectCD. I've read 2 Microsoft KB articles (320471 and 262006) which claim this is not possible. I don't believe it. Surely there is a guru out there who knows how to do this!
Thanks,
Craig Meyers
Currently...
Hi,
I've got an oddball situation.
I'm trying to expand a shell variable string in a sed statement. The string contains a special character. In this case the character is a forward slash (/). I believe other special characters will cause a similar problem - like parentheses, brackets, etc...
I have a behavior issue with respect to a listbox I have inserted into an excel worksheet.
Initially...upon loading the workbook...and activating the worksheet...
When I first select an item in the listbox, that item remains highlighted when I select another item. Although this does not have an...
I have a behavior issue with respect to a listbox I have inserted into an excel worksheet.
Initially...upon loading the workbook...and activating the worksheet...
When I first select an item in the listbox, that item remains highlighted when I select another item. Although this does not have an...
Hi all,
I'm having writer's block (must be Fri. 13th)
Trying to write a basic sed substitution:
sed "s/HTR4B/HTR2/g" file
A relevant chunk of file looks like this:
<PRM_ASSN>HTR4B.L</PRM_ASSN>
<GMBE_NAME>LC_HTR4B.SDCS = PROC</GMBE_NAME>
The problem is I do not want substrings...
Feel up for a awk/ksh question?
I'm trying to get data into a ksh while loop using ksh arrays. This I've found is more efficient than for-item-in-list construct.
The problem is my array elements are descriptions which have spaces between the words. My descriptions are in the 2nd field of a CSV...
I'm trying to snag multiple lines of data by including the newline character in my pattern:
gawk '/<NAME>.*<\/NAME>.*<SEQ>.*<\/SEQ>/' file.xml
NAME and SEQ are each on one line.
There may or may not be another line in between:
<DESC>Description Here</DESC>
My hope was that ".*"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.