I have been writing some scripts for FXOS installation. I have them done, but can't figure out a character if one exists that tells the OS to ignore the rest of the line (comment lines). In ASA or IOS it is the "!" and in Linux it is the "#". Or maybe there is not. Did some Google and Forum search which leads me to believe there is not? However I could be wrong. Example of what I am attempting:
! Set Configuration for Syslog
scope security
scope monitoring
set syslog remote-destination server-1 level debugging hostname @SyslogServer['Address'] facility local7
commit-buffer
Thanks.