Re: [Fwd: history position out of range]

2010-02-08 Thread Sergio Monteiro Basto
On Mon, 2010-02-08 at 14:18 -0500, Chet Ramey wrote: > On 2/8/10 12:22 PM, Sergio Monteiro Basto wrote: > > Well I'm trying get some answer , and nothing at all ! > > What was wrong with > http://lists.gnu.org/archive/html/bug-bash/2010-01/msg00056.html? That was > a fine answer: an offset is a

Re: [Fwd: history position out of range]

2010-02-08 Thread Chet Ramey
On 2/8/10 12:22 PM, Sergio Monteiro Basto wrote: > Well I'm trying get some answer , and nothing at all ! What was wrong with http://lists.gnu.org/archive/html/bug-bash/2010-01/msg00056.html? That was a fine answer: an offset is an integer, an index into an array of history entries. -- ``The l

Re: [Fwd: history position out of range]

2010-02-08 Thread Sergio Monteiro Basto
bug-bash@gnu.org > > Subject: history position out of range > > Date: Thu, 14 Jan 2010 20:11:37 + > > > > Hi, > > How I delete history from entry 2 to entry 22 > > > > $ history -d 2:22 > > bash: history: 2:22: history position out of range > &

[Fwd: history position out of range]

2010-02-08 Thread Sergio Monteiro Basto
Forwarded Message From: Sergio Monteiro Basto To: bug-bash@gnu.org Subject: history position out of range Date: Thu, 14 Jan 2010 20:11:37 + Hi, How I delete history from entry 2 to entry 22 $ history -d 2:22 bash: history: 2:22: history position out of range man history

Re: history position out of range

2010-01-15 Thread DennisW
On Jan 14, 2:11 pm, Sergio Monteiro Basto wrote: > Hi, > How I delete history from entry 2 to entry 22 > > $ history -d 2:22 > bash: history: 2:22: history position out of range > > man history say: > > history -d offset > > where is define, the sintax of

history position out of range

2010-01-15 Thread Sergio Monteiro Basto
Hi, How I delete history from entry 2 to entry 22 $ history -d 2:22 bash: history: 2:22: history position out of range man history say: history -d offset where is define, the sintax of the offset? Thanks in advance, -- Sérgio M. B. smime.p7s Description: S/MIME cryptographic signature

Re: history position out of range

2010-01-13 Thread DennisW
On Jan 13, 2:29 pm, Sérgio Monteiro Basto wrote: > Hi, > How I delete history from entry 2 to entry 22 > > $ history -d 2:22 > bash: history: 2:22: history position out of range > > man history say: > > history -d offset > > where is define, the sintax of

history position out of range

2010-01-13 Thread Sérgio Monteiro Basto
Hi, How I delete history from entry 2 to entry 22 $ history -d 2:22 bash: history: 2:22: history position out of range man history say: history -d offset where is define, the sintax of the offset? Thanks in advance, -- Sérgio M. B.