Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ nice(1CSH) — UTek W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

@(1csh)

alias(1csh)

bg(1csh)

break(1csh)

cd(1csh)

chdir(1csh)

continue(1csh)

csh(1csh)

dirs(1csh)

echo(1csh)

eval(1csh)

exec(1csh)

exit(1csh)

fg(1csh)

glob(1csh)

goto(1csh)

hashstat(1csh)

history(1csh)

jobs(1csh)

kill(1csh)

limit(1csh)

logout(1csh)

nice(1)

nohup(1csh)

notify(1csh)

onintr(1csh)

popd(1csh)

ps(1)

pushd(1csh)

rehash(1csh)

renice(1)

repeat(1csh)

set(1csh)

setenv(1csh)

sh(1sh)

shift(1csh)

source(1csh)

stop(1csh)

suspend(1csh)

time(1csh)

umask(1csh)

unhash(1csh)

unalias(1csh)

unlimit(1csh)

unset(1csh)

unsetenv(1csh)

wait(1csh)

which(1csh)

getpriority(2)

setpriority(2)



NICE(1CSH)              COMMAND REFERENCE              NICE(1CSH)



NAME
     nice - run a command at a different priority (csh built-in)

SYNOPSIS
     nice [ {+-}number ] [ command [ args... ] ]

DESCRIPTION
     With no command arguments, nice raises or lowers the
     priority of the current shell.  With a command, that command
     is run in a separate shell with the priority raised or
     lowered.  Non-superusers may only lower the priority, and
     thus may only use the `+' before the number.  The superuser
     may raise the priority by using the `-' before the number.

     The default number argument is `+4'.

     The valid range of priorities is -20 to 20, with -20 being
     the highest, 20 the lowest, and 0 the normal default
     priority.

OPTIONS
     +number
         Make the new priority equal to the old priority plus the
         given number, with a maximum of 20.

     -number
         Make the new priority equal to the old priority minus
         the given number, with a minimum of -20.

EXAMPLES
     To run the command ``make myprog'' at a priority that is 4
     lower than the current priority, use either of the following
     command lines.



          nice +4 make myprog
          nice make myprog


RETURN VALUE
     The return value is the value returned by the command
     executed (0 if no command), or 1 if the command was not
     found.

CAVEATS
     The syntax for nice is very different from nice(1).

     Once the current shell is niced down, its priority can only
     be raised by the superuser, so it is recommended that
     nice(1) be used in an alias for nice so that accidents are
     avoided.



Printed 10/17/86                                                1





NICE(1CSH)              COMMAND REFERENCE              NICE(1CSH)



SEE ALSO
     @(1csh), alias(1csh), bg(1csh), break(1csh), cd(1csh),
     chdir(1csh), continue(1csh), csh(1csh), dirs(1csh),
     echo(1csh), eval(1csh), exec(1csh), exit(1csh), fg(1csh),
     glob(1csh), goto(1csh), hashstat(1csh), history(1csh),
     jobs(1csh), kill(1csh), limit(1csh), logout(1csh), nice(1),
     nohup(1csh), notify(1csh), onintr(1csh), popd(1csh), ps(1),
     pushd(1csh), rehash(1csh), renice(1), repeat(1csh),
     set(1csh), setenv(1csh), sh(1sh), shift(1csh), source(1csh),
     stop(1csh), suspend(1csh), time(1csh), umask(1csh),
     unhash(1csh), unalias(1csh), unlimit(1csh), unset(1csh),
     unsetenv(1csh), wait(1csh), which(1csh), getpriority(2),
     setpriority(2).










































Printed 10/17/86                                                2





































































%%index%%
na:72,113;
sy:185,189;
de:374,688;
op:1062,338;
ex:1400,269;
rv:1669,212;
ca:1881,378;
se:2403,1655;
%%index%%000000000134

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026