File: docwild.htm

package info (click to toggle)
fbbdoc 1%3A1999-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 764 kB
  • ctags: 48
  • sloc: makefile: 29
file content (34 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Wildcards (Appendix 12)</title>
</head>
 <body background="/back_fbb.jpg">
 
<p>  </p>
<h1 align="Center">   Wildcards<small>.</small> </h1>
 
<p align="Center"> (Appendix 12) </p>
<p> </p>
<pre>
<big><b>Replacement characters or wildcards.</b></big>

 Most of the search commands or list commands and some configuration files
as well, accept replacement characters or wildcards.

 Character Replaces
 -----------------------------------------------------------------
 @         a letter
 ?         an alphanum character (letter or number)
 =         a printable character
 #         a numeral character or the # character
 *         a string of printable characters.
 &amp;         a dot followed by printable characters. (equiv to .* )
 -----------------------------------------------------------------&nbsp;&nbsp;

<font color="#800000">This page was last updated 17-Apr-99</font>

</pre>
 
</body>
</html>