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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:26:59+00:00 2026-06-17T11:26:59+00:00

I have written a long script and part of it prints the values of

  • 0

I have written a long script and part of it prints the values of the TERM, PATH and HOME Variables.

$Var1="$TERM"
echo "TERM $Var1"

$Var2="$PATH"
echo "PATH $Var2"

$Var3="$HOME"
echo "Home $Var3"
echo

However, in the script this is giving me this error:

userinfo.sh: line 55: =xterm: command not found
TERM
userinfo.sh: line 58: =/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/student/ch399/bin: No such file or directory
PATH
userinfo.sh: line 61: =/home/student/ch399: No such file or directory
Home

It is printing the values as I want it to, however it prints an error immediately afterwards. Any idea what is causing this?

  • 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-06-17T11:26:59+00:00Added an answer on June 17, 2026 at 11:26 am

    Remove the $ from the initialization of the variables:

    Change :

    $Var1="$TERM"
    echo "TERM $Var1"
    
    $Var2="$PATH"
    echo "PATH $Var2"
    
    $Var3="$HOME"
    echo "Home $Var3"
    echo
    

    to:

    Var1="$TERM"
    echo "TERM $Var1"
    
    Var2="$PATH"
    echo "PATH $Var2"
    
    Var3="$HOME"
    echo "Home $Var3"
    echo
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a long script that does exactly what I need, but now
I have written a Python script that outputs a long data structure (dictionary i
If you have written a really long command, say cd /very/long/path , and then
I have a script written long ago by a freelancer that's worked fine until
I have written a script image.php that is quite long, but I've just copied
I Have a program written in VB6 that reads a long text file and
I have a binary file, that was written in C, which contains a long
I have written a bash script which installs a number of packages, however for
I have a perfectly functioning perl script (written in bash terminal on debian linux)
I have written a script which stores digital signatures in binaries and script files.

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.