jesustorresdev / simpleshell

Simple C++ framework for writing line-oriented command interpreters. It was thought mainly to assist students in their learning about operating systems topics.
Apache License 2.0
3 stars 2 forks source link

Add brace expansion to ShellInterpreter #25

Open jesustorresdev opened 10 years ago

jesustorresdev commented 10 years ago

We want support this syntax:

$ echo a{d,c,b}e ade ace abe