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

  • Home
  • SEARCH
  • 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 9191843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:47:04+00:00 2026-06-17T20:47:04+00:00

It is my understanding that when writing a Unix shell program you can iterate

  • 0

It is my understanding that when writing a Unix shell program you can iterate through a string like a list with a for loop. Does this mean you can access elements of the string by their index as well?

For example:

foo="fruit vegetable bread"

How could I access the first word of this sentence? I’ve tried using brackets like the C-based languages to no avail, and solutions I’ve read online require regular expressions, which I would like to avoid for now.

  • 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-17T20:47:05+00:00Added an answer on June 17, 2026 at 8:47 pm

    Pass $foo as argument to a function. Than you can use $1, $2 and so on to access the corresponding word in the function.

    function try {
     echo $1
    }
    
    a="one two three"
    
    try $a
    

    EDIT: another better version is:

    a="one two three"
    b=( $a )
    echo ${b[0]}
    

    EDIT(2): have a look at this thread.

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

Sidebar

Related Questions

It is my understanding that one can handle events through Swing by adding a
It is my understanding that two unequal objects can have the same hashcode. How
I am trying to practice TDD. My understanding is that TDD should go like
I am writing a program that uses Lua socket to communicate with a http
I got a litte problem understanding conceptually the structure of a random writing program
I came across some results in a program I was writing that confused me.
I am writing a program that needs to be able to work with text
I am writing some code that uses poplib and imaplib to collect emails through
We've run into a thorny problem. We are writing a c++ program that receives
Understanding that I should probably just dig into the source to come up with

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.