Search Results

Search: Posts Made By: baivab
8,109
Posted By baivab
Script triggering Korn shell, how-to stop it?
Script_A.sh has
echo "In am in script A"
ksh ## K-shell is invoked.

Script B.sh ## which I am writing...
./script_A.sh
echo "I am in script B"
return 0

When I run:
$> Script_B.sh
$> I am...
22,290
Posted By baivab
Check your PATH, see if you can execute like...
Check your PATH, see if you can execute like ./eclipse
2,749
Posted By baivab
No problems... the issue's resolved.
I resolved the file lock issue.
2,749
Posted By baivab
No help?
Please, can't anyone help me figuring out why sed commands returns 0 but still fails to delete the word? How to obtain an explicit lock on a file, do the sed-based delete, release the lock so that an...
2,749
Posted By baivab
Writing to file failing (maybe due to lock?)
Driver script kicks off supporter scripts in background.
The supporter script writes it's own PID ($$) into a status file. When script completes, deletes the PID from the status file.

The driver...
4,342
Posted By baivab
dtksh - I also don't know and tried the man -...
dtksh - I also don't know and tried the man - terribly complicated. Surely someone knows how to !! ??
4,342
Posted By baivab
Someone just told me it's not possible, I hate...
Someone just told me it's not possible, I hate that statement - since knowing UNIX - EVERYTHING is possible!! :D
4,342
Posted By baivab
Switching workspaces thru shell scr.(Solaris)
Using Solaris CDE environment and want to write a shell script (pref. Korn) which can:

Upon invokation opens a dtterm new window (no problems, here, i.e. on how to open one)
The new dtterm...
1,932
Posted By baivab
Maybe a typo in your question, but you have...
Maybe a typo in your question, but you have report*Groups.sh, whereas the offending script that is not running in report*Group.sh (substitute KK for *), in other words - without the last letter "s",...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy