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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:27:56+00:00 2026-05-15T18:27:56+00:00

I have to use a provided script that takes user input while the script

  • 0

I have to use a provided script that takes user input while the script is running instead of parameters. I can’t get around this.

An example of script would be:

#!/bin/bash

echo "param one"
read one
doSomething

echo "param two"
read two
doSomething

echo "param three"
read three
doSomething

echo "param four"
read four
doSomething

echo "param five"
read five
doSomething

I would like a way to be able to call this script and provide parameterized input, something like:

./scriptNameWrapper.ksh 1 22 333 4444 55555

I’ve tried googling, and either I’m not asking the question correctly, or more likely I can’t see the wood for the trees.

I’ve tried this, which doesn’t work:

#!/bin/bash

./scriptName.ksh
<<$1
<<$2
<<$3
<<$4
<<$5

I’m clearly not a *nix expert, but I’m sure I’ve seen this done before, I just can’t find any examples out there. This is beginning to get frustrating, and any help would be greatly appreciated.

  • 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-15T18:27:57+00:00Added an answer on May 15, 2026 at 6:27 pm

    What you’ve probably seen, based on your attempt, is called a here-document.

    It should look like this:

    #!/bin/bash
    
    ./scriptName.ksh <<-END_PARAMS
        $1
        $2
        $3
        $4
        $5
    END_PARAMS
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a php script that gets user input (some text and a link),
I have a script that I'm making to use to start/stop/etc a JBoss AS
Will I have to use the crosstool that cygwin provides to make the libX11.so,
I have use include ('base.php') script in my other scripts ( more.php ). Now
Telephone Manager give me Null phone number while i have use this code -
I'm just starting to learn AspectJ, and I have use-case for say, User login.
I have a working perl script that grabs the data I need and displays
I have a script that I would like to convert to a module and
To index my website, I have a Ruby script that in turn generates a
I have an ASP .NET Web Forms application that makes use of the 'WebMethod'

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.