I like to be considerate too. You can't use nice because of something that has to do with launching the process. "renice" is the key. Just do a "ps" and find out the number of your bash process. Then renice the shell.
i.e.: "renice +15 2772" assuming that ps shows 2772 for your shell process.
|