Search Results

Search: Posts Made By: Uinx_addic
5,920
Posted By Uinx_addic
#!/bin/ksh export x=0 while [ $x -eq 0 ] ...
#!/bin/ksh

export x=0
while [ $x -eq 0 ]
do
cat file
done
8,288
Posted By Uinx_addic
Reply
My Query is still not answered.

If i only use & and my terminal gets hunged. will by job will continue or will be killed.

Ex : sh my_script.sh &
8,288
Posted By Uinx_addic
Reply
Hi,

Actually i tried with &. my job is getting killed at terminal logout
8,288
Posted By Uinx_addic
Nohup and background jobs
Hi All,

Can someone help me in knowing the exact difference between nohup and &.

The definition is quite clear but i only want to know if i run my job using & and in between i hung up my...
4,223
Posted By Uinx_addic
check
the syntex is correct. please check key sharing, ping, connection b/w both systems. also check if there script requires some input from user
6,051
Posted By Uinx_addic
Thanks for reply...
Thanks for reply...
6,051
Posted By Uinx_addic
Oracle installation on cygwin
Can someone help in Oracle installation on cygwin
5,815
Posted By Uinx_addic
VI Editor
You can try a fresh installation and also you can download VIM pack with all base packages.
Showing results 1 to 8 of 8

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