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
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