Search Results

Search: Posts Made By: smithK
10,408
Posted By smithK
I think yes gzip -1 < NAMEDPIPE_FILE >...
I think yes
gzip -1 < NAMEDPIPE_FILE > EXPORT_FILE &

causing the issue , we are writting to the pipe since we don't have enough space on filesystem to export data , we write data into Pipe and...
10,408
Posted By smithK
I have narrowed down the issue we are using gzip...
I have narrowed down the issue we are using gzip in the script ..to compress the file ..we write to the pipe then we will compreess using gzip
below is the sample code

#!/usr/bin/ksh
...
10,408
Posted By smithK
Shell script not exiting Gracefully
Hi
we are seeing strange behaviour , when we execute shell script it is successfully executing but it's PID is still hanging when we see ps -ef | grep script1.ksh until we do Kill <PID>

...
Showing results 1 to 3 of 3

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