Re: Never forget a special trick...

2012-03-05 Thread Garrett Cooper
On Mon, Mar 5, 2012 at 10:45 AM, Lars Engels wrote: > On Sun, Mar 04, 2012 at 03:49:35PM -0500, Nate Dobbs wrote: >> On Sun, Mar 4, 2012 at 3:29 PM, Phillip Spring < >> gatinhodosseusson...@hotmail.com> wrote: >> >> > >> > Dear anonymous open-source enthusiasts friends, >> > >> > How to echo a str

Re: Never forget a special trick...

2012-03-05 Thread Lars Engels
On Sun, Mar 04, 2012 at 03:49:35PM -0500, Nate Dobbs wrote: > On Sun, Mar 4, 2012 at 3:29 PM, Phillip Spring < > gatinhodosseusson...@hotmail.com> wrote: > > > > > Dear anonymous open-source enthusiasts friends, > > > > How to echo a string backwards into a terminal? > > For example (or something

Re: Never forget a special trick...

2012-03-04 Thread Erich Dollansky
Hi, On Monday 05 March 2012 12:25:10 Julian Elischer wrote: > On 3/4/12 12:47 PM, Devin Teske wrote: > > On Mar 4, 2012, at 12:29 PM, Phillip Spring wrote: > > > >> Dear anonymous open-source enthusiasts friends, > >> > >> How to echo a string backwards into a terminal? > >> For example (or someth

Re: Never forget a special trick...

2012-03-04 Thread Julian Elischer
On 3/4/12 12:47 PM, Devin Teske wrote: On Mar 4, 2012, at 12:29 PM, Phillip Spring wrote: Dear anonymous open-source enthusiasts friends, How to echo a string backwards into a terminal? For example (or something like this): # echo @_foo_$ oof Or it could be something else (that's because I f

Re: Never forget a special trick...

2012-03-04 Thread Nate Dobbs
On Sun, Mar 4, 2012 at 3:29 PM, Phillip Spring < gatinhodosseusson...@hotmail.com> wrote: > > Dear anonymous open-source enthusiasts friends, > > How to echo a string backwards into a terminal? > For example (or something like this): > > # echo @_foo_$ > oof > > Or it could be something else (that

Never forget a special trick - Asking for the real information

2012-03-04 Thread Phillip Spring
Dear anonymous open-source enthusiasts friends, Nevermind my previous question and please forget that this list is a place for any ingenuous subject. I believe I have followed the instructions searching for answers before asking for help. But the information I'm looking for surely isn't found b

Re: Never forget a special trick...

2012-03-04 Thread Devin Teske
On Mar 4, 2012, at 12:29 PM, Phillip Spring wrote: > > Dear anonymous open-source enthusiasts friends, > > How to echo a string backwards into a terminal? > For example (or something like this): > > # echo @_foo_$ > oof > > Or it could be something else (that's because I forgot it): > > # ec

Never forget a special trick...

2012-03-04 Thread Phillip Spring
Dear anonymous open-source enthusiasts friends, How to echo a string backwards into a terminal? For example (or something like this): # echo @_foo_$ oof Or it could be something else (that's because I forgot it): # echo $_bar_@ rab Someone told me how to do it but I can't remember this trick.