Search Results

Search: Posts Made By: acelau
2,319
Posted By acelau
Thanks for your reply. Actually this is what...
Thanks for your reply.

Actually this is what i am doing.

#!/bin/ksh
FILE="a.pipe"
DS="DS1"
TIMESTAMP="TS"

ssh root@192.168.0.112 'ksh' <<ENDSSH
# commands to run on remote host

for...
2,319
Posted By acelau
SEnding a process to backgorund (&) in here document
Trying to do the following

ssh root@192.168.0.111 'bash -s' <<ENDSSH
mkfifo a.pipe
gzip -c < a.pipe > aa.gzip &

ENDSSH


it does not seems to be able to send the gzip process to background.
Showing results 1 to 2 of 2

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