Hi there!
We are currently a Tivoli Storage Manager (aka Spectrum Protect) shop.
We'll be evaluating EMC Networker for a very specific use case (protecting long-term data on an Isilon cluster). As part of the POC, I plan to test Networker's efficacy as a traditional backup product...
OK...I created a database with the Launch option of 'Open Designated Frameset'. The left pane is a menu, the right frame contains the content. No problem there.
When accessed from your Lotus Notes Workspace, everything works great. You can open up any form you wish, submit it, and then get...
Korn Shell. How the heck do you echo out a trailing space?
rmt="/dev/rmt1"
output=$(echo $rmt" ")
That's not working. It's gotta be something simple, I just can't figure it out.
Any help would be appreciated.
Thanks!
Hi!
When I redirect the output of a command to a file, how do I capture an error condition of the command? It seems that the script can only capture an error in the redirection of the output of the command, not an error with the command itself.
As an example:
If the following command is...
This fellow wrote a WONDERFUL script named "datecalc". I use it in many of my scripts. EASY to use!
http://www.unix.com/unix-dummies-questions-answers/4870-days-elapsed-between-2-dates.html#post16559
Thank you all so much! I'm thrilled with the number and quality of the responses I received! The grep -f did the trick nicely. As it happened, there were no spaces on the lines, so the newline issue never surfaced.
Thanks again, folks!
I have a file with thousands of lines consisting of serial numbers (1 serial per line, fixed length of six characters each).
I need to do a grep for each serial number on another file.
So, if the first three rows of my serial number file are:
A12345
B12345
C12345
Then the following grep...
I am attempting to use reflection to load a dll on the fly. The dll in question is sitting in a directory named C:\MyAssemblies. I have added a reference to the dll in my project, and have specified the "Copy to local" option as false. The point is to be able to use the dll with dozens of...
Here's a noob question for you.
Lets say I have written an email class that is used by hundreds of programs. It's easy enough to add a reference to this class in each program, but what happens if I change the email class 6 months down the road? Do I have to recompile EVERY program that...
Good afternoon!
I'm interested in writing a program that can kick off a batch scripts, monitor their progress, and receive return codes from them when they complete.
Kindly point me in the right direction.
Thanks!
- Mikeymac
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.