Ich schaue mir ein Skript auf einer AIX-Box an, in der mehrere Zeilen beginnen #@(#)
Was bedeutet das? Es ist klar, dass eine Google-Suche für Symbole völlig fruchtlos ist.
Hier sind die Zeilen aus dem Skript:
#!/usr/bin/ksh
#
#@(#)
#@(#) USAGE: dump_master_db [opts] SERVER [AREA]
#@(#) opts: -p PAGENAME : send Pages to PAGENAME rather than the default (usually database)
#@(#) -nodbcc : will not do the DBCCs before the dump
#@(#) -c COMPRESSION_LEVEL : dump the database at the stated compression level.
#@(#)
#@(#) This script will do some DBCCs, truncates the log and then dumps the master database on any SERVER
#@(#) The SERVER parm is used to build the logical device name as follows:
#@(#) SERVER_master_dump
#@(#) NOTE: There is no AREA and no stripes for this dump device.
#@(#) COMPRESSION: VALUES 1 (least) to 9 (most compressed).
#@(#) Currently, we only use values of none to 1.
what
Befehl, um die Verwendung auf der Konsole auszudrucken.