$newline()
DESCRIPTION
returns the newline ('\n') character
SYNOPSIS
$newline()
ARGUMENTS
none
EXAMPLES
# pikt +C 'output "this is the end" . $newline() . "of the line"'
this is the end
of the line
rule // report downages for interactive scripts
if #interactive
output $dnmsg
output $newline()
next
fi
newline $newline()
rule // report downages for interactive scripts
if #interactive
output $dnmsg
output =newline
next
fi
rule
if $level() =~~ "emerg"
if $proc =~~ "(PROCS)"
=psheader
output mail $newline()
output mail $inlin
output mail "\%CPU $text(#cpu,1) >= (LIMEMERG),
PROPOSED ACTION: =kill -9 $PID"
else
=periodically(=psheader output mail $newline()
output mail $inlin, , #period)
fi
next
fi
SEE ALSO
$dquote()
$squote()
$space()
$tab()
String Functions
Numerical Functions