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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:22:54+00:00 2026-05-11T19:22:54+00:00

I need my script to be able to accept arguments with space characters. If,

  • 0

I need my script to be able to accept arguments with space characters. If, for example, I have a script as follows:

for SOME_VAR in $@
do
    echo "$SOME_VAR"
    cd "$SOME_VAR"
done;

If I pass arguments to the script (assuming it is called foo.sh)

sh foo.sh "Hello world"

I am expecting the script to print Hello world and change the directory to Hello world. But I get this error message instead:

hello
cd: 5: can't cd to hello
world
cd: 5: can't cd to world

How exactly do I pass an argument with a space character to a command in a shell script?

  • 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-11T19:22:54+00:00Added an answer on May 11, 2026 at 7:22 pm

    You must wrap the $@ in quotes, too: "$@"

    This tells the shell to ignore spaces in the arguments; it doesn’t turn all arguments into a very long string.

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

Sidebar

Related Questions

I have a script and I need to be able to name some of
I have Perl script and need to determine the full path and filename of
i have a problem, i'm working on a gallery php script and need help,
I need to have a script read the files coming in and check information
I have a bunch of files that I need to be able to transport
I am trying to have my script be able to take in an arbitrary
I am in need of a script or powershell command that will be able
I need to script the creation of app pools and websites on IIS 6.0.
A python script need to spawn multiple sub-processes via fork(). All of those child
I need a script to run on Vista Ultimate to share an external drive

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.