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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:20:24+00:00 2026-05-22T23:20:24+00:00

I would like to test a Bash function’s return value in an if statement

  • 0

I would like to test a Bash function’s return value in an if statement like this:

if [[ func arg ]] ; then …

But I get error messages like: conditional binary operator expected.

What is the right way to do this?

Is it the following?

 if [[ $(func arg) ]] ; then ...
  • 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-22T23:20:25+00:00Added an answer on May 22, 2026 at 11:20 pm

    If it was the exit code and not the result, you could just use

    if func arg; then ...
    

    If you cannot make the function return a proper exit code (with return N), and you have to use string results, use Alex Gitelman’s answer.

    $ help if:

    if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]… [ else COMMANDS; ] fi

    Execute commands based on conditional.

    The if COMMANDS list is executed. If its exit status is zero, then the
    then COMMANDS list is executed. Otherwise, each elif COMMANDS list is
    executed in turn, and if its exit status is zero, the corresponding
    then COMMANDS list is executed and the if command completes. Otherwise,
    the else COMMANDS list is executed, if present. The exit status of the
    entire construct is the exit status of the last command executed, or zero
    if no condition tested true.

    Exit Status:
    Returns the status of the last command executed.

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

Sidebar

Related Questions

I would like to test a function with a tuple from a set of
Using GNU bash (version 4.0.35(1)-release (x86_64-suse-linux-gnu), I would like to negate a test with
I would like to test a string containing a path to a file for
I am starting out with automated testing and I would like to test one
I've written some applications than heavily use network, and I would like to test
My main JavaScript framework is jQuery , so I would like my unit test
I would like to be able to build test applications (e.g. the nightly Minefield/Firefox)
I would like to know what a Unit test and Web Test is in
I would like to be able to add a message to a unit test,
I would like to know what are your practices when you test your classes.

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.