LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   bash processing (https://www.linuxquestions.org/questions/programming-9/bash-processing-4175436143/)

graphicsmanx1 11-07-2012 03:14 PM

bash processing
 
Is there a command you can add that will tell someone its processing in a terminal so if its busy some people wont think there is an error?? Hope this makes since.

sycamorex 11-07-2012 03:24 PM

If you run a command in a shell and the command takes a long time and does not produce any output at all, you can't run anything else in that particular shell until the original job finishes. You can push the job to the background if you want. Sorry, not sure what you're asking about? Can you give an actual example?

graphicsmanx1 11-07-2012 03:25 PM

almost like a percentage is completing

sycamorex 11-07-2012 03:29 PM

This might be of interest.
http://www.theiling.de/projects/bar.html#examples

unSpawn 11-07-2012 03:38 PM

A spinner says more than words.

graphicsmanx1 11-07-2012 04:03 PM

awesome!!! I will look at these tonight and test them out.


All times are GMT -5. The time now is 05:18 PM.