| Get the A+ 4 Real e-book for your own computer. |
Click Here!
|
|
|
Meta Characters
If several files are to be copied
which have similar names to another directory, Meta characters (also
know as wild cards) can used to accomplish it without repetitively
having to run the copy command and re-type all those similar files names.
Meta characters are similar to wild cards in the Windows or DOS environment
but have significant additional capabilities.
Table 17
shows the available Meta character choices that exist in Linux.
Table 17: Linux Meta Characters and Functions
Meta Character
|
Meaning
|
?
|
One character
|
*
|
Zero or more
characters
|
[abcd]
|
Any character
in set
|
[0-9]
|
Any character
in range
|
[^123]
|
Any character
not in set
|
Ranges in Linux
A caution about setting up proper ranges: remember that the hex ASCII values for the characters A through Z are not sequential to the characters a through z or the numbers 0 through 9, as a result you can not use the forms [A-z] or [a-Z] to match all upper and lower case characters. The correct way to do this would be [A-Za-z] or to match all upper and lower case characters and the numbers 0 through 9 you use [A-Za-z0-9]. Other forms or reversing the sequence i.e. z-a or 9-0 will yield unpredictable results. |
|
Quick navigation to subsections and regular topics in this section
|
| If you find CertiGuide.com useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider buying an inexpensive PDF equivalent of the CertiGuide to A+ (A+ 4 Real) from StudyExam4Less.com. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
CertiGuide to A+ (A+ 4 Real) (http://www.CertiGuide.com/apfr/) on CertiGuide.com
Version 1.0 - Version Date: March 29, 2005
Adapted with permission from a work created by Tcat Houser et al.
CertiGuide.com Version © Copyright 2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|