- To: Daniel Bush <dlb.id.au@xxxxxxxxx>
- Subject: Re: [SLUG] Re: useful bash tricks thread
- From: Tony Sceats <tony.sceats@xxxxxxxxx>
- Date: Sun, 8 Feb 2009 10:31:01 +1100
- Cc: slug@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=SDRkEzveR9esZSXU72j6n35DCMGojS0vk5XFWtYpqys=; b=w9QTEVvhDoGpFW0300j0r3/i8rkkmNmE7qVrpG5RUmA4DVYfIaN76XTRRRw5E/A1q8 Obs/fHs47Ksz9iqBJPqCWp9TMUUZClUWwidaQPTYHibxjS7R3HspMo9ZDB8b/i0JEWWm f2s3Ty0JaU/1OwXEnqZOCHMrQzZ2S0pg3rBg4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ro9h4jvWIGFnBq7Rv6zsqOFm0NlgcLVvCU61HDeLkYzSihT0YKV4Zo1m901YNYmAh9 uzOzb5gJ0IsZWs/8RJqEfPHFt4/LUIjYqzHJRKnBXj4PxPkbls2H6Dt0YTvpqoWnrCLp hmWy94Lg+RemZHbCVFdgMYb+xtRVtJQiJ4BqQ=
On Sat, Feb 7, 2009 at 11:58 PM, Daniel Bush <dlb.id.au@xxxxxxxxx> wrote:
>
>
> On Feb 6, 9:06 pm, Tony Sceats <t...@xxxxxxxxxxx> wrote:
> > It's been a while since there's been a thread like this, so I thought it
> > would be fun :)
> >
> > so, have you got any?
> >
> > I've got 2 to share today:
> >
> > alt >and then
> > alt <
> >
>
> woo, that's kinda interesting.
> It seems to pick the last "word" for each entry in the command-line
> history?
yep, kinda like !$, but this is an interactive search on the last argument
to previous commands, instead of just static 'last argument to last command'