summaryrefslogtreecommitdiff
path: root/test/asset/shell/pipe.et
blob: 64dcb075bb7a5b6943094f507e227c7e47cb7bdc (plain)
1
2
3
4
5
test Pipe:
    node n
    shell on n as sh:
        echo abcd | grep -o '[bc]*'
        echo abcd | grep -o '[bcd]*' | grep -o '[ab]*'