Find the answer to your Linux question:
Results 1 to 4 of 4
I have made the shell which can do ls , ls -a, cd, and cd .. Now the problem is that i wana do that processes in the background ... ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    8

    Smile background processes in shell

    I have made the shell which can do ls , ls -a, cd, and cd ..
    Now the problem is that i wana do that processes in the background ...
    Can any body help me??

    I can post my code here.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Just put & at the end of command and it will run in background.
    Code:
    Process &
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie egan's Avatar
    Join Date
    Feb 2009
    Location
    Mountain View, CA
    Posts
    132
    I think he actually made his own shell?

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by egan View Post
    I think he actually made his own shell?
    Probably a school project. In my deep, dark past professional life I actually wrote shell programming languages in my job. I even wrote one that used curses to provide a full text-based GUI environment that conformed to the CDE standards (of the time - this was in the mid-80's). It used text files (scripts) to define the menus, options, capabilities and all that good stuff. It was for an office-automation product based on the QNX operating system - we OEM'd that so the customer only saw our software and had no idea what the OS was, other than it also had a DOS emulator so that folks could run their favorite MS/PC-DOS programs. The product was launched, and we had a number of significant customers, but the company went bust before we could get enough traction to survive. My next startup went from 7 employees in 1988 to being one of the 60 largest application software companies (almost $200M in sales) by the time I left at the end of 2005.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...