Xterm + Bash + Long command lines

From: Shankar B (shankar.sb_at_gmail.com)
Date: 11/11/04


Date: 11 Nov 2004 01:32:28 -0800

Hi all

I wonder if there is an easy way to change the position of keyboard
cursor on the Bash command line by clicking that location with the
mouse. I use Bash 2.05b and Xterm 4.2.99. The reason I need is that I
have long command lines like :

 paste -d" " aa bb |grep "N5" | cut -d" " -f8,16 | awk '{print $1-$2}'
| sort -n | uniq -c | ~/bin/addup

and I would like to change the cut option 16 to say 15 without using
the left/right arrows to go to that location. I use such command lines
as part of some quick and dirty work once in a while and I don't want
to write shell scripts or anything of that sort.

Thanks a lot
--shankar



Relevant Pages

  • Re: Xterm + Bash + Long command lines
    ... > I wonder if there is an easy way to change the position of keyboard ... > cursor on the Bash command line by clicking that location with the ...
    (comp.unix.shell)
  • Re: Some bash questions :-)
    ... The bash command below is meant to firstly list all files with the ... (To "pipe" that to cd would mean to send readlink's standard output to cd's standard input. ... Note that the pattern I've shown will only match when the line reads exactly as you stated, ...
    (comp.os.linux.misc)
  • Re: Xterm + Bash + Long command lines
    ... On Thu, 11 Nov 2004, Shankar B wrote: ... > I wonder if there is an easy way to change the position of keyboard ... > cursor on the Bash command line by clicking that location with the ...
    (comp.unix.shell)
  • Keyboard wont work in Word!
    ... Last week, the keyboard simply stopped inputing into Word documents, ... I can use mouse command to cut and paste, ... cursor point, but when I type, NOTHING. ... I did re-boots and reinstalls. ...
    (microsoft.public.mac.office)
  • Re: need help with bash command
    ... Can you help me with a bash command? ... I want to extract with a command line for jpg name files. ... Can you tell me how to reproduce the exact filename so? ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)

Loading