Search Results

Search: Posts Made By: kataria.anand
1,623
Posted By kataria.anand
if [ "$type" = "NP" ];then ...
if [ "$type" = "NP" ];then
actionOnTux="$actVerb"
else
actionOnTux="$actVerb"
fi

if [ "$action" = "boot" ]; then
ssh -q $tux@$srv -n "1sftp >/dev/null...
1,623
Posted By kataria.anand
actually the logic is like , when we execute...
actually the logic is like , when we execute "inside_remote" file via ssh, it first displays two static page which we traverse by enter/newline twice, the comes the prompt, where the value stored in...
1,623
Posted By kataria.anand
How To Concatenate Two Commands in script using heredoc?
Hello,

I am trying to place two commands in heredoc

below is the snippet
if [ "$type" = "NP" ];then
actionOnTux="$actVerb"
else
...
Showing results 1 to 3 of 3

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