View Single Post
  #3   (View Single Post)  
Old 12th February 2015
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default

$TERM is xterm
...................
To describe again:
Code:
# cp -iv filea.txt fileb.txt /mnt
Now, to copy filec.txt just changing one letter, one does not
know:
Code:
cp -iv fileac.txt
cp -iv fileactxt
cp -iv filcatxt ...
What edit results. Because, the cursor shown does not
correspond to its actual editing position within the command line.

Workaround:


One can
Code:
cntl-Q
df
and test if the line about to be run is spelled correctly, since
once the df is shown, the newer command is also shown before it is
run. Slower, works,
but should be corrected...
__________________
FreeBSD 13-STABLE
Reply With Quote