Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/22/1995 22:40:02
christos
Mon Jan 23 01:33:10 EST 1995
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/bin/sh

Modified Files:
	expand.c parser.c parser.h sh.1 show.c 
Log Message:
I added the documented in the manual but not implemented variable expansions:

    ${#WORD}
    ${WORD%PAT}
    ${WORD%%PAT}
    ${WORD#PAT}
    ${WORD##PAT}