ksh remote function calling another remote function2

后端 未结 0 1695
猫巷女王i
猫巷女王i 2021-01-27 18:32

I am having problem to run simple code below:

#!/bin/ksh
set -x 

function test_me
{
set -x
date
}

function check_me 
{
set -x
ssh ${HST2} "$(typeset -f tes         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题