Is there a way to copy part of a line. For example if 'ls' is entered in the SSH Shell and a file listing is displayed. Now I want to copy just one of the file names listed. For example: to put in the next command tail -f <paste copied filename here>.
The SSL shell will only let me copy an entire line.
The RSE Shell is line-based, hence you can only select in units of lines.
However, you could instead use the RSE-integrated TM terminal support to run
SSH shells that don't have this line-based restriction.
Dave
"John Hayles" <johnhayles@cableone.net> wrote in message
news:hruhrk$o51$1@build.eclipse.org...
> Is there a way to copy part of a line. For example if 'ls' is entered in
> the SSH Shell and a file listing is displayed. Now I want to copy just
> one of the file names listed. For example: to put in the next command
> tail -f <paste copied filename here>.
>
> The SSL shell will only let me copy an entire line.