Newer
Older
ubixos / bin / sh / tests / expansion / ifs5.0
@Charlie Root Charlie Root on 16 Jan 2018 128 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $

set -- $(echo a b c d)
[ "$#" = 4 ]