Hi all,
question : got a perl script, that get from table list of dependencies between processes. For example, b1 depend on a1; c1 depend on b1... What is the best way to check for dependencies deadlocks - if, say, b2 depend on a2 and a2 mistakingly defined depend on b2? I was thinking about...
Hi all,
Question:
In my script, i get the file's creation month in locale's abbreviated month name format ( as 'date +%b' in unix - Jan, Feb and so on);
what's the easiest way to convert it to month's number?
thanks in advnce.
Hi,
I would try to:
1. Convert doc to txt using word;
2. Excell->File->Open ( mark "all files" ) -> your txt file;
3. It should open "Text Import Wizard",
from there - mark "Delemited and "Next",
- choose actual delimeter and Finish.
Hi,
I have a KSH script that read lines from input file and process them one by one:
while read line ; do
##############
done < $ConfigFile
I want to make sure, that input line is not comment (#) or empty line; for comment I've come up with
if echo $line | grep '^\#' >/dev/null ;then...
Hi,
I got this error when running my script, it users rmtree function:
Can't remove directory /USG2FRD/USERS/frdoper/var/fr/extract: Device busy at /USG2FRD/USERS/frdoper/tlg_home/op_bin/OpCleanup line 41 ...
I've checked permissions of directory - and it's OK.
What could be the couse of this...
I've got the program that send many error messages to some output file using fprintf; I need to change file with stderr according to value of some environmetal variable;
the problem that I have MANY fprintf's in code, and I don't want every time do :if...
Hi,
I've get error "Due to misuse, a reboot is required" for every program starting executing on server;
Does anybody knows about this problem ?
Hi all,
please help me with this issue:
My program get Oracle connect string that looks like this:
username/password@dbinstance
How can I parse it to 3 strings( username,password,instance) ?
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.