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

The Archive Base Latest Questions

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

In the bash manual section 3.7.4 , it states The environment for any simple

  • 0

In the bash manual section 3.7.4, it states

The environment for any simple command or function may be augmented
temporarily by prefixing it with parameter assignments, as described
in Shell Parameters [section 3.4].

And a trivial example of this is

MYVAR=MYVALUE mycommand

I have read section 3.4 and I still can’t figure out how to specify multiple parameter assignments. Note that the statement in 3.7.4 is definitely plural, implying that it is possible.

The following does not seem to work:

MYVAR1=abc MYVAR2=xyz mycommand

I am using bash version 4.1, 23 December 2009.

  • 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:27:22+00:00Added an answer on May 26, 2026 at 8:27 am

    Oops, my example was over-simplified. This works fine:

    mycommand () { echo MYVAR1=[$MYVAR1]; echo MYVAR2=[$MYVAR2]; }
    MYVAR1=abc MYVAR2=xyz mycommand
    

    but this does not:

    mycommand () { echo MYVAR1=[$MYVAR1]; echo MYVAR2=[$MYVAR2]; }
    MYVAR1=abc MYVAR2=xyz for f in ~/*.txt; do mycommand; done
    

    and the key difference is this phrase:

    for any simple command or function

    A for command is a complex command, not “a simple command or function”, according to section 3.2.

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

Sidebar

Related Questions

According to section 3.7.1 of the Bash manual, variable assignments at the beginning of
In bash, calling foo would display any output from that command on the stdout.
In Bash I'm executing a command and putting the result in a variable like
Linux bash script: function Print() { echo $1 } Print OK This script runs
I'm having problems running pgfSweave from the command line. In the pgfSweave manual it
In bash I would like to get filename from a command line string. But
this bash script can catch all the environment variables which are set when data
Simple Bash +1 please Hey there. I know I'm missing something simple in this
I cannot get composite patterns as described in http://www.gnu.org/software/bash/manual/bashref.html#Pattern-Matching to match inside my case
Bash: $nohup sleep 10 & but when I close the terminal: Any ideas? ideally

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.