Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 1995 22:40:02 -0800
From:      The Source Master <srcmastr@NetBSD.ORG>
To:        source-changes@NetBSD.ORG
Subject:   sun-lamp CVS commits
Message-ID:  <199501230640.WAA13638@sun-lamp.cs.berkeley.edu>

next in thread | raw e-mail | index | archive | help

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}





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501230640.WAA13638>