Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
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}
Home |
Main Index |
Thread Index |
Old Index