Thread: Help with a simple C program!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    2

    Question Help with a simple C program!

    Hello!
    I need some help on a simple C program I am making. The program is equivalent to this command:

    ps -ef | grep USER_NAME | wc

    So far... I've gotten the "ps -ef" and the "grep" to work via the pipe and fork. I can't get the "wc" to work for the life of me...

    Any help would be much appreciated!

    The .c file should be attached...
    Attached Files Attached Files

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple program, simple problem
    By KAUFMANN in forum C Programming
    Replies: 5
    Last Post: 02-16-2011, 01:16 PM
  2. simple program, simple error? HELP!
    By colonelhogan44 in forum C Programming
    Replies: 4
    Last Post: 03-21-2009, 11:21 AM
  3. Simple program...simple problem?
    By deadherorising in forum C Programming
    Replies: 2
    Last Post: 03-12-2009, 08:37 PM
  4. Simple program, not so simple problem
    By nolsen in forum C++ Programming
    Replies: 2
    Last Post: 01-18-2008, 10:28 AM
  5. Simple simple program
    By Ryback in forum C++ Programming
    Replies: 10
    Last Post: 09-09-2004, 05:48 AM