Re: [dev] [sic] [PATCH] Treat non-option arguments as commands

2014-09-30 Thread Eric Pruitt
On Tue, Sep 30, 2014 at 10:29:26PM +0200, Truls Becken wrote: > This should do what you want. The latter example depends on a shell extension, > but process substitution is such a nice idea it should be in all shells, IMHO. I think that still has the same problem mentioned in my other email: the r

Re: [dev] [sic] [PATCH] Treat non-option arguments as commands

2014-09-30 Thread Truls Becken
Hi, Did you try something like: cat ~/.sicrc - | sic or cat <(echo ":j #suckless") - | sic This should do what you want. The latter example depends on a shell extension, but process substitution is such a nice idea it should be in all shells, IMHO. -Truls