git: sh(1): Improve documentation of shell patterns:

看板DFBSD_commit作者時間14年前 (2011/08/22 08:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 2fbd2f096aa888a38a58434b932565952c2169a1 Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Sun Aug 21 15:07:23 2011 -0700 sh(1): Improve documentation of shell patterns: * Shell patterns are also for ${var#pat} and the like. * An '!' by itself will not trigger pathname generation so do not call it a meta-character, even though it has a special meaning directly after an '['. * Character ranges are locale-dependent. * A '^' will complement a character class like '!' but is non-standard. Obtained-from: FreeBSD 223522 Summary of changes: bin/sh/sh.1 | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2fbd2f096aa888a38a58434b932565952c2169a1 -- DragonFly BSD source repository
文章代碼(AID): #1EKPnA2E (DFBSD_commit)