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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:42:46+00:00 2026-05-23T01:42:46+00:00

Running this prints out both statements #!/bin/bash echo Hello && echo World However, running

  • 0

Running this prints out both statements

#!/bin/bash
echo "Hello" && echo "World"

However, running this only prints out “Hello”

#!/bin/bash
message() {
  echo "Hello"
  return 1
}
message && echo "World"

Why doesn’t this work and how can I change my script so that it does?

  • 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-23T01:42:47+00:00Added an answer on May 23, 2026 at 1:42 am

    An “exit” value of 0 means success while anything else means failure. and the && operator doesn’t execute the right hand side if the left hand side fails (that is if it returns non-zero)

    So change the return 1 to return 0

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

Sidebar

Related Questions

When I have this class, the variable 'value' is class variable. class Hello: value
I'm running Clojure 1.2 on both my Snow Leopard OS X machine and my
I have two webviews and to cut out the common functionality from both the
I'm running some code on Mac OSX 10.6.6 and XCode 3.2.4 and I have
I'm trying to make a communication between a PHP page and running Java server.
main.py: import subone import subtwo subone.py: a = 'abc' subtwo.py: print subone.a Running python
I can't seem to get this toString() method to work? The deepToString method works
In order to find out what the default email client is, I found the
I wrote a singleton called SomeValues where I initialize a foo NSMutableArray. I then
I'm creating an virtual stamp card program for the iphone and have run into

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.