``print'' command

Print the string to stdout.
print string;
``string'' may contain the escape characters ``\a'' (beep), ``\t'' (tab), ``\n'' (new line), etc.

root
2004-06-15