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

  • Home
  • SEARCH
  • 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 8461529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:54:21+00:00 2026-06-10T13:54:21+00:00

With Bash, you can append to a variable, example $ foo=Hello $ foo+=world $

  • 0

With Bash, you can append to a variable, example

$ foo=Hello

$ foo+=world

$ echo $foo
Helloworld

However, is this possible with the read command? Something like

$ foo=Hello

$ read --append foo
world

$ echo $foo
Helloworld
  • 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-10T13:54:23+00:00Added an answer on June 10, 2026 at 1:54 pm

    You can fake it, kind of, using readline:

    $ foo=Hello
    $ read -e -i"$foo" foo
    Hello
    

    When using readline via the -e flag, the argument to -i is put on the first line of the input to get you started. You’re not so much appending to foo as giving foo a whole new value, which just happens to begin with the old value if you don’t edit the initial line.

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

Sidebar

Related Questions

Can I create a Bash script with persistent variable-values? For example, I initialize a
In bash one can escape arguments that contain whitespace. foo a string This also
In bash how can I make a construction like this to work: if (cp
In Bash I can create a map (hashtable) with this common construction hput() {
Is there a Linux utility or a Bash command I can use to sort
Can anyone tell me why this bash script works if I cut and paste
this bash script can catch all the environment variables which are set when data
In vim (and bash), you can specify alternatives in filenames, eg: :arga project/html/{index,sitemap}.html This
at the bash prompt I can perform this copy cp file.txt test1.txt but if
I noticed that the bash shell can suggest command line switches for your command.

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.