On 06/27/2016 07:46 AM, SternData wrote:
Years ago, I used a tool called CED and PCED on DOS systems. I could
type in "abc" and press an up-arrow and it would walk back through my
stack of DOS commands showing only those with "abc" in them.
There's *got* to be a similar tool for bash, but my go
On 06/27/2016 07:56 AM, Chris Adams wrote:
> Once upon a time, SternData said:
>> Years ago, I used a tool called CED and PCED on DOS systems. I could
>> type in "abc" and press an up-arrow and it would walk back through my
>> stack of DOS commands showing only those with "abc" in them.
>>
>> The
perfect. Thanks!
Yes, everyone, I know about grep. :-)
On Mon, Jun 27, 2016 at 10:12 AM, FS wrote:
> On Mon, Jun 27, 2016 at 10:56 AM, Chris Adams wrote:
>
>> Once upon a time, SternData said:
>> > Years ago, I used a tool called CED and PCED on DOS systems. I could
>> > type in "abc" and pr
Once upon a time, SternData said:
> Years ago, I used a tool called CED and PCED on DOS systems. I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool for bash, but my g
On Mon, Jun 27, 2016 at 10:56 AM, Chris Adams wrote:
> Once upon a time, SternData said:
> > Years ago, I used a tool called CED and PCED on DOS systems. I could
> > type in "abc" and press an up-arrow and it would walk back through my
> > stack of DOS commands showing only those with "abc" in
Once upon a time, SternData said:
> Years ago, I used a tool called CED and PCED on DOS systems. I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool for bash, but my
On Mon, Jun 27, 2016 at 9:46 AM, SternData
wrote:
> Years ago, I used a tool called CED and PCED on DOS systems. I could
> type in "abc" and press an up-arrow and it would walk back through my
> stack of DOS commands showing only those with "abc" in them.
>
> There's *got* to be a similar tool f
Uh, the history command? history | grep
Or there's the UP arrow in the terminal. Does what that DOS tool did.
On Mon, Jun 27, 2016 at 10:46 AM, SternData
wrote:
> Years ago, I used a tool called CED and PCED on DOS systems. I could
> type in "abc" and press an up-arrow and it would walk ba
Years ago, I used a tool called CED and PCED on DOS systems. I could
type in "abc" and press an up-arrow and it would walk back through my
stack of DOS commands showing only those with "abc" in them.
There's *got* to be a similar tool for bash, but my google-fu is weak today.
Thanks for suggesti