Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9100651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:55:13+00:00 2026-06-17T00:55:13+00:00

As far as I know, it is possible to move the cursor to the

  • 0

As far as I know, it is possible to move the cursor to the left using the backspace sequence in an echo. But is there any possibility to change the vertical position of the cursor, using an echo?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T00:55:15+00:00Added an answer on June 17, 2026 at 12:55 am

    This section describes the ANSI escape sequences:

    • http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x361.html

    Examples:

    echo -en "\033[s\033[7B\033[1;34m 7 lines down violet \033[u\033[0m"
    echo -en "\033[s\033[7A\033[1;32m 7 lines up green \033[u\033[0m"
    

    And this section describes the tput utility:

    • http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x405.html

    For a demonstration, see The floating clock in your terminal:

    • http://tldp.org/HOWTO/Bash-Prompt-HOWTO/clockt.html

    An example script taken from http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html:

    #!/bin/bash
    
    tput clear      # clear the screen
    
    tput cup 3 15   # Move cursor to screen location X,Y (top left is 0,0)
    
    tput setaf 3    # Set a foreground colour using ANSI escape
    echo "XYX Corp LTD."
    tput sgr0
    
    tput cup 5 17
    tput rev        # Set reverse video mode
    echo "M A I N - M E N U"
    tput sgr0
    
    tput cup 7 15; echo "1. User Management"
    tput cup 8 15; echo "2. Service Management"
    tput cup 9 15; echo "3. Process Management"
    tput cup 10 15; echo "4. Backup"
    
    tput bold       # Set bold mode 
    tput cup 12 15
    read -p "Enter your choice [1-4] " choice
    
    tput clear
    tput sgr0
    tput rc
    

    tput example

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As far as I know, what I ask here isn't possible, but I thought
As far as I know, it's really not possible, but I just want to
So far I know that FileSystemWatcher can look into a folder and if any
As far as I know there is no way to migrate existing Facebook comments
As far as I know, C2DM is per app per device thing..but my question
as far as i know there are cross domain restictions that wont allow you
As far as I know, it is possible to hide the notification/title bar, once
As far as I know, the Facebook send dialog does not have any callback
As far as I know, it is possible to run tests for either all
As far as I know that above is not possible in below case. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.