Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Mi ldmadmin showsettings #93

Closed mustbei closed 3 years ago

mustbei commented 3 years ago

Done. Also, echo -e "Hi" -> printf "\n%s" "Hi" (i.e. newline '\n' should be inserted in the format string, not in the text string "\nHi". This only displays it literally.)

semmerson commented 3 years ago

Mustapha,

echo -e "Hi" -> printf "\n%s" "Hi"

(i.e. newline '\n' should be inserted in the format string, not in the text string "\nHi". This only displays it literally.)

I did not know that.

Good work.

--Steve