[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CR/LF



Why does this produce a CR/LF

 ~$ TEST=$(ssh -o LogLevel=QUIET -t user@server "echo -n ''"); echo ${TEST}

whilst this same command does not:
 
 ~$ ssh -o LogLevel=QUIET -t user@server "echo -n ''"

tia,

-Jim P.


Reply to: