> cat /wizhelp/commands

========================================================================
                        Wizard Commands
========================================================================

MOVEMENT:
  goto <room/player>  - Teleport anywhere
  trans <player>      - Bring player to you
  home                - Your workroom

OBJECTS:
  clone <template>    - Create objects
  clone # coins      - Create coins (max 1M)
  clone list         - Show templates
  dest <object>       - Destroy object
  load <object>       - Load object template

FILE SYSTEM:
  pwd                 - Print working directory
  cd <path>           - Change directory
  ls [path]           - List directory
  cat <file>          - View file contents
  tail <file> [n]     - View last n lines
  ed <file>           - Edit file
  mkdir <dir>         - Create directory
  rm <file>           - Remove file/directory
  cp <src> <dst>      - Copy file
  mv <src> <dst>      - Move/rename file

MANAGEMENT:
  link <character>    - Link enforcer
  wizstats            - Your wizard info
  jail <player> [reason] - Jail player
  unjail <player>    - Release from jail
  bugs                - View bug reports
  ideas               - View idea submissions
  title <text>        - Set your title
  more                - Continue paged output

PLUGINS:
  plugins             - List plugins
  reload_plugin <n>  - Reload plugin
  enable_plugin <n>  - Enable plugin
  disable_plugin <n> - Disable plugin

LEVEL 5+:
  promotemenow <p> <lvl> - Promote/demote
  shutdown [-r]      - Shutdown/reboot
  autosave on/off    - Toggle autosave
  viewlog [lines]    - View system logs

LEVEL 9+:
  reboot              - Quick reboot
  sysd <action>      - Systemd control
  journal [lines]    - View systemd journal

COMMUNICATION:
  wiz <message>       - Wizard channel

INFORMATION:
  wizhelp [topic]     - Wizard help
  wcmds               - This command list

EXAMPLES:
  clone battle_sword
  clone random/battle_axe
  clone mike/poison_glob
  clone 5000 coins
  goto warroom
  goto gandalf
  trans newbie
  jail troublemaker griefing other players

========================================================================
Type 'wizhelp <command>' for detailed information on any command.
========================================================================    

> _