adrci

# At the 'adrci> ' interactive prompt, try the following commands:
#   show base
#   show homes
#   show alert
#   show incident

adrci exec="show base"

adrci exec="show homes"

# adrci exec="show alert" extracts the current alert log to a temporary
# file, which it then loads into a text editor for you.  You can set the
# environment variable EDITOR to your prefered editor before running
# adrci, or use adrci command SET EDITOR in interactive mode.
# vi is the default editor on UNIX/Linux.
adrci exec="show alert"

adrci exec="show incident"
