3.3
Table Of Contents
- Avid iNEWS Administration Guide
- Contents
- Using This Guide
- 1 - Introduction
- 2 - Connect Services
- 3 - Database Security
- 4 - Database Management
- 5 - Backing Up the iNEWS System
- 6 - Disconnects
- 7 - Troubleshooting
- A - Command References
- Programs Invoked by iNEWS
- Commands Used by Avid Personnel Only
- Linux Commands Used in iNEWS
- Console Control Commands
- Console Server Commands
- broadcast
- configure
- connect
- ctraits
- dbclean
- dbclose
- dbdev
- dbdump
- dbfree
- dblines
- dboriginal
- dbpurge (Superuser conditional)
- dbrestore
- dbserver
- dbsort
- dbtraits
- dbvisit
- dictionary
- diskclear (Superuser only)
- diskcopy
- doc
- ed
- enter
- force (Superuser only)
- grpcheck
- gtraits (Superuser only)
- help
- hogs
- idiff
- list
- list B
- list C
- list c
- list d
- list g
- list p
- list q
- list s
- list sq
- list u
- logout
- makemontab
- makeshift (Super user only)
- maketab (Superuser only)
- msgclean
- offline
- online
- otod
- reconnect
- remove
- rename (Superuser only)
- reorder
- restart
- searchtape
- send
- shutdown
- sitedump (Superuser only)
- siterestore (Superuser only)
- startup
- status
- stop
- su
- unbusy
- utraits (Super user only)
- version
- wholockedit
- Job List Commands
- Dialog Commands
- B - System Files
- C - Standard Dictionaries
- Using Dictionaries to Define Messages and Commands
- Customizing Dictionaries
- Utility Messages Dictionary (/site/dict/messages)
- DBServer Program Messages
- Disconnect Program Messages
- Category and Keyword Check Program Messages
- Keyboard Check Program Messages
- Keyboard Check Program Messages for Macros
- Grpcheck Messages
- Wire Program Messages
- Mail Server Messages
- Validation (Action) Server
- Seek Server Messages
- Last Login Messages
- Print Server Messages
- dbtraits Messages
- Save Error (Workstation) Messages
- Queues Dictionary (/site/dict/queues)
- Words Dictionary (/site/dict/words)
- Keyboard Macros Dictionary (/site/dict/keymacros)
- Case-shifting Dictionary (/site/dict/shift)
- MCS Dictionary (/site/dict/mcs)
- Job List Command Dictionary (/site/dict/joblist)
- D Messages Dictionary (/site/dict/dmessages)
- S Messages Dictionary (/site/dict/smessages)
- D - Environment Variables
- E - Managing Traits at the Console
- F - The Line Editor, ed
- Index
114
print [number-of-lines | all]
Displays a number of lines of the history on the console screen.
•
print
followed by a number displays that many lines of the history
beginning at the current line.
•
print all
displays everything from the current line to the newest
line.
•
print
with no parameter displays the current line.
To cancel a
print
command while it is displaying console history, press
any key. The console stops at the line last displayed on the screen, and
your position in the history moves to that line.
reset Attempts to unfreeze one or more of the console’s I/O ports, if
communication has failed between the console and your system’s servers.
To use
reset
, select the servers that are affected, press the Command key,
and type the command. The command may be abbreviated: typing r or
reset will work.
top Moves you to the oldest line in recent console history. To see history older
than this, use the view command to view a history disk log file.
up [number-of-lines |
keyword]
Moves you backward (up) some number of lines in the history.
•
up
number-of-lines moves you that many lines back in the history.
For example, typing up 30 moves you back 30 lines.
If you follow up with a number greater than the number of lines between
your current position and the first line in the history, the up command
moves you to the first line in the history.
•
up
keyword searches backward through the history from your current
position for that word. For example, to search backward for a line
containing dbpurge, type up dbpurge.
The up command is not case sensitive. If you specify
PEOPLE
,
people
is a
valid match. If the system does not find the keyword before reaching the
top of the history, the console beeps and you are returned to the current
line.
•
up
with no parameter moves you back one line.
A wildcard character (#) can be used to match any character or to a search
for a number. For instance, up 160# will search backwards for the number
160 instead of moving up 160 lines.
Keyword Explanation