Command Line Wildcard Expansion - Texas Instruments TI-89 Software Manual

Sierra c assembler
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

6
Conventions used throughout this manual include:
Bold text is used for names of functions, routines, files, keywords, directives,
macros, flags, and registers. It is also used occasionally for emphasis.
The Courier font is used to distinguish assembly or C program text.
Italicized text indicates an input parameter that should be replaced by actual
data when used in code or entered on the command line.
Brackets ( [ ] ) enclose optional items.
The vertical bar ( | ) indicates that the separated items are alternatives.
1.2.

Command Line Wildcard Expansion

A number of Sierra C™ utilities expand wildcards in command line filenames.
Wildcard characters are defined as follows:
*
?
[ char_set ]
The following are examples of wildcard expansions:
*.*
*
*.?*
*.c *.s
*.[cs]
c:\doc\version[0-9a-f].doc
TI-89 / TI-92 Plus Sierra C Assembler Reference Manual
Match zero or more characters, where characters matched may be any
character except the period (
string matches files with and without extensions.
Match any character except the period ( . ) .
Match any character in the character set char_set . Characters can be
listed individually or as members of a range. A range is denoted by a
hyphen (
) separated pair of characters; it includes the two characters
-
and all characters lexically between them.
Match all filenames in the current directory.
Match all filenames without extensions in the current directory.
Match all filenames with extensions in the current directory.
Match all filenames with extensions of .c or .s in the current directory.
Same as *.c *.s
Match all filenames in the subdirectory c:\doc with a base name of
version followed by a hexadecimal digit and a .doc extension.
Not for Distribution
Section 1: General Information
.
) . Dot-star (
.*
) at the end of a wildcard
Beta Version February 2, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-89 plusTi-92 plus

Table of Contents