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 6711241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:06:58+00:00 2026-05-26T08:06:58+00:00

While trying something similar in a bash script I made this snippet: #!/bin/bash your_animal=fishies

  • 0

While trying something similar in a bash script I made this snippet:

#!/bin/bash
your_animal="fishies"
zenity --info --text="Do you like to eat $your_animal?"
if zenity --entry --title="Root Partition" \
--text="what is your favorite animal"
    then your_animal=$?
    else exit
fi
#echo $your_animal
zenity --info --text="Do you like to eat $your_animal?"
exit

which prints

Do you like to eat fishies?

Do you like to eat 0?

also maybe we could make this into wiki for the same problem in other languages, like perl.

  • 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-05-26T08:06:59+00:00Added an answer on May 26, 2026 at 8:06 am

    $? is the status of the last executed command. In your case, it’s going to be 0, so the displayed text "Do you like to eat 0?" is correct.

    To get the output of a command, use

    `command`
    

    or

    $(command)
    

    Try this:

    result=$(zenity --entry --title="Root Partition" \
            --text="what is your favorite animal")
    if [ $? = 0 ] ; then
        your_animal="$result"
    else
        exit
    fi
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been whacking on this regex for a while, trying to build something that
I am trying to do something similar to what the user who asked this
I come across several problems while trying django unittests library. Something strange happens: I
I'm trying to do something like var=0 grep foo bar | while read line;
All i have something i have been trying to do for a while and
While trying to generate classes from a xsd, i got this error: java.lang.IllegalArgumentException: Illegal
I was looking something similar with winforms like // in Form 1 this.Hide(); Form2
What I have is something similar to this: //method being called by thread pool
I have been trying to figure this out for a little while now and
I'm trying program something very similar to iPhone's Clock application. In Clock.app, when you

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.