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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:53:35+00:00 2026-05-28T05:53:35+00:00

I have a Unix bash function that executes a script that parses custom environment

  • 0

I have a Unix bash function that executes a script that parses custom environment variables. I want to avoid exporting the relevant variables in the bash, and instead set them only for the script, as part of the execution command.

If I set the variables directly in the command — e.g., VARNAME=VARVAL script_name — it works well. However, since I want to set multiple variables, based on different conditions, I want to use a local function variable to store the environment variable settings, and then use this variable in the script execution command.
I have a local “vars” variable that is ultimately set, e.g., to VARNAME=VAR, but if I try to run ${vars} script_name from my bash function, I get a “command not found” error for the $vars variable assignment — i.e., the content of $vars is interpreted as a command instead of as environment variables assignment.

I tried different variations of the command syntax, but so far to no avail.
Currently I have to export the relevant variables in the function, before calling the script, and then unset/reset them to the previous values, but this is not really the solution I was hoping for.

Any help would be greatly appreciated.

Thanks,
Sharon

  • 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-28T05:53:36+00:00Added an answer on May 28, 2026 at 5:53 am

    To evaluate the contents of your variables as an expression instead of as a command you can try to use eval :

    eval ${vars} script_Name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Unix shell script (bash) that sources some environment variables and then
I have the following bash script (.sh) that's working just fine in Unix. I'd
I have a script written the unix shell language (NOT in bash or any
I have a very simple unix bash script I am using to execute a
I have a bunch (hundreds) of files that are supposed to have Unix line
I have two (UNIX) programs A and B that read and write from stdin/stdout.
I have a UNIX application written in ansi C that writes data directly to
I have a unix shell script which test ftp ports of multiple hosts listed
I have a Unix timestamp that I need to get the individual year, month,
I have a unix timestamp that I would like to convert using mysql if

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.