Search Results

Search: Posts Made By: lombardi4851
1,079
Posted By RudiC
This is bash, but the select builtin exist in ksh...
This is bash, but the select builtin exist in ksh as well:select FCT in server user application quit
do case $FCT in
ser*) select SRV in $(cut -d, -f1 file4 | sort -u)
...
18,540
Posted By Corona688
Why not run grep on the server instead of cat? ...
Why not run grep on the server instead of cat? Less traffic.

Also, a while loop is more appropriate.

Use printf to print a string without adding a newline at the end.

ssh -n is used to...
Showing results 1 to 2 of 2

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