| Author |
Message |
Rodolfo Medina *nix forums addict
Joined: 25 Dec 2005
Posts: 62
|
Posted: Sat Jul 01, 2006 3:40 pm Post subject:
How to perform search in gnome terminal?
|
|
|
Hi.
I have Debian Sarge 3.1 r2, with Gnome.
It seems that the gnome terminal does not support
word search? It looks strange to me, 'cause it's
an important function: I couldn't find any item
that would do that.
Any hint?
Thanks,
Rodolfo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Lothar Braun *nix forums beginner
Joined: 30 Apr 2006
Posts: 21
|
Posted: Sat Jul 01, 2006 3:40 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
On Sat, 2006-07-01 at 17:17 +0200, Rodolfo Medina wrote:
| Quote: | Hi.
I have Debian Sarge 3.1 r2, with Gnome.
It seems that the gnome terminal does not support
word search? It looks strange to me, 'cause it's
an important function: I couldn't find any item
that would do that.
Any hint?
|
What do you mean with "word search"?
- Lothar
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Rodolfo Medina *nix forums addict
Joined: 25 Dec 2005
Posts: 62
|
Posted: Sat Jul 01, 2006 5:10 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Rodolfo Medina wrote:
| Quote: | I have Debian Sarge 3.1 r2, with Gnome.
It seems that the gnome terminal does not support
word search? It looks strange to me, 'cause it's
an important function: I couldn't find any item
that would do that.
Any hint?
|
ps_xing@pasen.cn writes:
| Quote: | What do you mean with "word search"?
|
Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
Rodolfo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Roberto Sanchez *nix forums Guru
Joined: 10 Mar 2005
Posts: 1211
|
Posted: Sat Jul 01, 2006 5:20 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Rodolfo Medina wrote:
| Quote: |
Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
|
Assuming you are using bash, you can use Ctrl-R to search back through
your command history.
-Roberto
--
Roberto C. Sanchez
http://familiasanchez.net/~roberto |
|
| Back to top |
|
 |
Mumia W. *nix forums Guru Wannabe
Joined: 08 May 2006
Posts: 153
|
Posted: Sat Jul 01, 2006 9:00 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Rodolfo Medina wrote:
| Quote: | ps_xing@pasen.cn writes:
What do you mean with "word search"?
Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
Rodolfo
|
Use the 'screen' program. It divides your terminal into multiple screens
that support session logging, cut and paste and history searching.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Jochen Schulz *nix forums Guru Wannabe
Joined: 22 Feb 2005
Posts: 184
|
Posted: Sun Jul 02, 2006 4:20 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Roberto C. Sanchez:
| Quote: | Rodolfo Medina wrote:
Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
Assuming you are using bash, you can use Ctrl-R to search back through
your command history.
|
I suppose the OP wants to search the output history. But except from
using screen I have no solution either.
J.
--
I hate myself but have no clear idea why.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html> |
|
| Back to top |
|
 |
Håkon Alstadheim *nix forums beginner
Joined: 14 Mar 2006
Posts: 4
|
Posted: Mon Jul 03, 2006 3:20 pm Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Jochen Schulz wrote:
| Quote: | Roberto C. Sanchez:
Rodolfo Medina wrote:
Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
Assuming you are using bash, you can use Ctrl-R to search back through
your command history.
I suppose the OP wants to search the output history. But except from
using screen I have no solution either.
J.
Emacs. M-x shell. |
Run C-h t to get a tutorial, including terminology and key-bindings.
(apologies for having sent this to Jochen and not the list on my first try)
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Rodolfo Medina *nix forums addict
Joined: 25 Dec 2005
Posts: 62
|
Posted: Tue Jul 04, 2006 11:00 am Post subject:
Re: How to perform search in gnome terminal?
|
|
|
Rodolfo Medina wrote:
| Quote: | I have Debian Sarge 3.1 r2, with Gnome.
It seems that the gnome terminal does not support
word search? It looks strange to me, 'cause it's
an important function: I couldn't find any item
that would do that.
Any hint?
|
Lothar Braun writes:
| Quote: | What do you mean with "word search"?
|
Rodolfo:
| Quote: | Search for a word or an expression in the whole terminal `history'.
This is very useful, almost indispensable in some cases.
I used to use that quite often with KDE graphical environment,
before switching to Gnome.
|
Håkon Alstadheim <hakon@alstadheim.priv.no> writes:
| Quote: | Emacs. M-x shell.
Run C-h t to get a tutorial, including terminology and key-bindings.
|
That's simply incredible. Thanks.
Rodolfo
z
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|