看板 DFBSD_commit 關於我們 聯絡資訊
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