Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/tasks/defining.html
Дата изменения: Fri Jan 17 12:43:23 1997 Дата индексирования: Mon Oct 1 23:54:59 2012 Кодировка: |
Wildcard characters can be used to represent many other characters. Use them whenever you need to define a string of characters, such as a filename, for use with a command.
Useful wildcards are:
* matches any characters ? match any single character [...] matches any character in the enclosed list or range.