Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/concepts/regexp1.html
Дата изменения: Fri Jan 17 12:43:14 1997
Дата индексирования: Tue Oct 2 01:00:26 2012
Кодировка:
Matching file names with regular expressions

Matching file names with regular expressions

You can use the following metacharacters within any shell to create regular expressions that match file names.

   ?       matches any single character
   *       matches any number of any characters
   [nnn]   matches any of the enclosed characters
   [!nnn]  matches any character that is not enclosed
   [n-n]   matches any character in this range

[Home] [Search] [Index]