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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:03:44+00:00 2026-06-12T23:03:44+00:00

I am trying to read command line arguments in bash but I have problems

  • 0

I am trying to read command line arguments in bash but I have problems to read on the 10th column.
Here is my sample script:

#-------------------------------------------------------
#!/bin/bash
an=$2  mn=$4  dy=$6  der=$8  new=$10  sec=(${12} ${13})
echo $an $mn  $dy   $der  $new  $sec 
#--------------------------------------------------------

I have run the above script "test.sh" as

./test.sh -yr cat  -mn Jan  -dy  tuesday  -der tt  -new car -sec 001 001

The output is:

cat Jan tuesday tt -yr0 001

But for variable $new ($10) the answer should have been car but I get -yr0

Any idea why?

  • 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-12T23:03:46+00:00Added an answer on June 12, 2026 at 11:03 pm

    Here is the fix:

    #!/bin/bash
    an=$2  mn=$4  dy=$6  der=$8  new=${10}  sec="${12} ${13}"
    echo $an $mn  $dy   $der  $new  $sec 
    
    1. Instead of $10, which is “$1” with 0 appended, use ${10}
    2. sec=”…” instead of using parentheses, unless you meant to use array
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a small Mac command line app that can read
I am trying to read command lien argument but it seems there is some
I have a Java executable that takes in command line arguments to launch root
I am trying to use the command line arguments in a GUI (.NET +
Newbie C++ programmer here. I'm trying to write a command line application that takes
I am trying to pass bash user input read using the read command to
I'm trying to automate input into a command line C program (which I have
I'm trying to run a bash script in linux (ubuntu but also fedora) but
I'm trying to execute command prompt commands and read the output in C#. This
Trying to read an RSS and select information using Linq but can't seem to

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.