Chapter 10: Using Utilities
203
Therefore, the
searchstring
must be typed exactly as it appears in the file.
The Grep utility displays the lines of the file that contain those characters.
This is useful when viewing trace files.
Syntax:
grep searchstring filename
To display the results of the search on the screen:
•
Type the following at the C:\AMANDA> prompt:
grep searchstring filename
To store the results in a file:
•
Type (on one line):
grep search_string input_filename >
output_filename
where output_filename is the name or path to another file.
To print the results rather than display or store them:
•
Type:
grep searchstring filename > prn
For additional information on GREP.EXE, read C:\AMANDA\GREP.MAN.
See also the Less utility, “Displaying Text Files (20 Lines at a Time)” on
page 207.
Editing a Text File
The JOVE utility allows you to edit any text file on your Amanda system.
For example, you might want to edit INSTALL.CFG, TRACE.OUT,
AMANDA.LOG, 1001.PBX, CONFIG.SYS, and AUTOEXEC.BAT.
Syntax:
jove filename
Summary of Contents for [email protected]/DOS
Page 1: ...Administering AmAndA Work Group DOS Version 7 xx Administrator s Guide Edition 7 01...
Page 19: ...Chapter 1 Introducing Amanda 9 Call Processing Diagram...
Page 21: ...Chapter 1 Introducing Amanda 11 Mailbox Processing Diagram...
Page 22: ...12 Administering Amanda Work Group DOS Mailbox Processing Diagram continued...
Page 23: ...Chapter 1 Introducing Amanda 13 Mailbox Processing Diagram continued...
Page 26: ...16 Administering Amanda Work Group DOS...
Page 198: ...188 Administering Amanda Work Group DOS...
Page 208: ...198 Administering Amanda Work Group DOS...
Page 232: ...222 Administering Amanda Work Group DOS...