Examples of using Exit status in English and their translations into Malay
{-}
-
Computer
-
Colloquial
-
Ecclesiastic
S gave error exit status%s.
Exit status is 0 if successful, 1 if conflicts, 2 if trouble.
S returned%d exit status.
Illegal exit status, expected integer.
Finished with%s(exit status%d).
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
Lintian finished with exit status%s.
An exit status of 0 means the temporary file was created successfully. Any other exit status indicates an error.
S: command(%s) failed(exit status%d).
Wait for process completion and return exit status. Waits for the specified process and reports its termination status. If PID is not given, all currently active child processes are waited for, and the return code is zero. PID must be a process ID. Exit Status: Returns the status of ID; fails if ID is invalid or an invalid option is given.
Unable to get backend exit status.
Wait for job completion and return exit status. Waits for the process identified by ID, which may be a process ID or a job specification, and reports its termination status. If ID is not given, waits for all currently active child processes, and the return status is zero. If ID is a a job specification, waits for all processes in the job's pipeline. Exit Status: Returns the status of ID; fails if ID is invalid or an invalid option is given.
Output nothing; yield exit status only.
Q,--no-warn make warnings not affect the exit status.
B detects if it is currently running in a chroot. The exit status is.
Return a successful result. Exit Status: Always succeeds.
Display process times. Printsthe accumulated user and system times for the shell and all of its child processes. Exit Status: Always succeeds.
Display executed checkpoints and exit status of COMMAND.
Define shell function. Create a shell function named NAME. When invoked as a simple command, NAME runs COMMANDs in the calling shell's context. When NAME is invoked, the arguments are passed to the function as $1…$n,and the function's name is in$FUNCNAME. Exit Status: Returns success unless NAME is readonly.
Return an unsuccessful result. Exit Status: Always fails.
Set export attribute for shell variables. Marks each NAME for automatic export to the environment of subsequently executed commands. If VALUE is supplied, assign VALUE before exporting. Options:-f\trefer to shell functions-n\tremove the export property from each NAME-p\tdisplay a list of all exported variables andfunctions An argument of'--' disables further option processing. Exit Status: Returns success unless an invalid option is given or NAME is invalid.
When FILE is-, read standard input. With no FILE, read. if a command-line-r is given,- otherwise. If fewer than two FILEs are given,assume-h. Exit status is 0 if any line is selected, 1 otherwise; if any error occurs and-q is not given, the exit status is 2.
Subprocess%s returned error exit status%d.
S failed to preconfigure, with exit status%s.
Null command. No effect; the command does nothing. Exit Status: Always succeeds.
Execute arguments as a shell command. Combine ARGs into a single string, use the result as input to the shell,and execute the resulting commands. Exit Status: Returns exit status of command or success if command is null.
Resume for, while, or until loops. Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop. If N is specified,resumes the Nth enclosing loop. Exit Status: The exit status is 0 unless N is not greater than or equal to 1.
Return from a shell function. Causes a function or sourced script to exit with the return value specified by N. If N is omitted, thereturn status is that of the last command executed within the function or script. Exit Status: Returns N, or failure if the shell is not executing a function or script.
Execute commands from a file in the current shell. Read and execute commands from FILENAME in the current shell. The entries in$PATH are used to find the directory containing FILENAME. If any ARGUMENTS are supplied, they become the positionalparameters when FILENAME is executed. Exit Status: Returns the status of the last command executed in FILENAME; fails if FILENAME cannot be read.