Search Results

Search: Posts Made By: ziguy
12,893
Posted By Chubler_XL
This works here also. #!/bin/bash ...
This works here also.

#!/bin/bash

function nu ()
{
for var in {0..5}; do printf "$var, "; done; echo
}

ssh host /usr/bin/bash <<EOF
$(typeset -f)
nu
EOF
Showing results 1 to 1 of 1

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