Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: s/pattern/pattern/g on the commandline ?
I found this syntax easier for me to remember:
$ echo this and this
this and this
$ ^this^that^
echo that and this
that and this
$ ^this^that^:G
echo that and that
that and that
Messages sorted by:
Reverse Date,
Date,
Thread,
Author