Search Results

Search: Posts Made By: kumar_eee
17,126
Posted By kumar_eee
Dear Neo, I tried the following piece of...
Dear Neo,
I tried the following piece of code.

#!/bin/csh -f
set ctrl = 1;
while ( $ctrl != 0 )
if ( -e t ) then
source aaa.csh
set ctrl = 0;
else
echo "File...
17,126
Posted By kumar_eee
Csh/tcsh : Check the file existance and run the script
Hi,
I've to wait until a file generated and once its generated, source another script in Linux terminal.

Please help me as this is very very urgent.

The code should be something like
if...
Showing results 1 to 2 of 2

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