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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T09:48:55+00:00 2026-06-16T09:48:55+00:00

NOTE FROM OP: Oops. My mistake. I happened to let grep hunt for something(s)

  • 0

NOTE FROM OP: Oops. My mistake. I happened to let grep hunt for something(s) non-existent. Of course I got no output. And yes, this is a dup of another question.

<><><><><><><><><><><><><><><><><><><><>

There are many answers on the web to (most of) this question. The “most of” part is my problem.

How do I capture the output of a command line into a bash array when the command line contains pipe chars, “|”?

 array=($(ps -ef | grep myproc | grep -v grep))

doesn’t work. Neither does:

 array=(`ps -ef | grep myproc | grep -v grep`)

(those are backquotes in case your font mangles them).

And, can the given answer be use with array+= syntax?

  • 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-16T09:48:57+00:00Added an answer on June 16, 2026 at 9:48 am
    array=($(ps -ef | grep myproc | grep -v grep))
    

    works perfectly well. You can check it when you show the number of elements in your array

    echo ${#array[*]}
    

    or the complete array with

    echo ${array[*]}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Note: I am cross-posting this from App Engine group because I got no answers
NOTE: I have read Routing From the Inside Out AND the Engine Yard blog
Note: This code actually codes from a tutorial book I'm reading at the moment,
Note: This question has broadened in scope from previous revisions. I have tried to
[Please note that this is a different question from the already answered How to
Note: I'm relatively new to Objective-C and am coming from Java and PHP. Could
Please note that this question is from 2008 and now is of only historic
Quoting from the cakephp Book (ver 1.3): Note that only fields of the model
From here: https://computing.llnl.gov/tutorials/pthreads/#ConVarSignal Note that the pthread_cond_wait routine will automatically and atomically unlock mutex
The first image is from a Galaxy Note, the second is from a Droid

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.