0

When I type commands and hit enter my cursor line for some reason appears on the the second line from the end of the output:

tomcat [server] /home/tomcat: ls -l
total 24
-rwxr-x---    1 tomcat  dev         7082 Jun 23 15:44 extract.sh
drwxr-x---    2 tomcat  dev          256 Jun 22 13:25 quotes
drwxr-x---    3 tomcat  dev          256 Jun 23 15:45 temp
tomcat [server] /home/tomcat:          8 Jun 23 12:54 test_file.txt //this is the line where  blinking cursor appears
drwxr-x---    2 tomcat  dev          256 Jun 23 15:45 v

How can I fix it?

UPD Ok, I found out what the problem was:

drwxr-x---    2 tomcat  dev          256 Jun 23 15:45 v^[[A^[[Axv

Apparently I somehow created a directory with a bunch of special characters in it name.Apparently I somehow created a directory with a bunch of special characters in its name.

4
  • which terminal window/console are you using?
    – devyndraen
    Commented Jun 23, 2011 at 20:31
  • Are you sure your terminal type is set correctly? Are you sure that whatever terminal program you're using implements that terminal type correctly? Have you tried changing these settings? (VT100 is a good choice.)
    – Edward Thomson
    Commented Jun 23, 2011 at 20:31
  • Echo what's already been asked - what are you using to connect to the AIX server? PuTTY? Cygwin? Attached console? Windows telnet? etc. Tell us more about how you're connecting and we can help. Commented Jun 24, 2011 at 15:56
  • I used F-Secure
    – Dima
    Commented Jun 25, 2011 at 12:49

0

You must log in to answer this question.

Browse other questions tagged .