mineral 发表于 2013-2-7 12:33:51

bash下的通配符 Wildcard character

<span style="font-family: Lucida, Helvetica, Arial, sans-serif; color: #000055;">Here's a list of the most commonly used wildcards in bash:
<div style="margin-top: 12px;" class="tuxtbl">WildcardMatches*zero or more characters?exactly one characterexactly one character listedexactly one character in the given range[!abcde]any character that is not listed[!a-e]any character that is not in the given range{debian,linux}exactly one entire word in the options given
页: [1]
查看完整版本: bash下的通配符 Wildcard character