[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
extglob
From: |
Chris F.A. Johnson |
Subject: |
extglob |
Date: |
Fri, 15 May 2009 19:44:15 -0400 (EDT) |
User-agent: |
Alpine 1.00 (LRH 882 2007-12-20) |
Am I missing something, or are these extended globbing patterns
equivalent to a plain asterisk?
?(pattern-list) Matches zero or one occurrence of the given patterns
*(pattern-list) Matches zero or more occurrences of the given patterns
--
Chris F.A. Johnson, webmaster <http://woodbine-gerrard.com>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
- extglob,
Chris F.A. Johnson <=