EXIT STATUS Meaning in Malay - translations and usage examples

['eksit 'steitəs]
['eksit 'steitəs]
status keluar
exit status

Examples of using Exit status in English and their translations into Malay

{-}
  • Computer category close
  • Colloquial category close
  • Ecclesiastic category close
S gave error exit status%s.
S beri ralat keluar status% s.
Exit status is 0 if successful, 1 if conflicts, 2 if trouble.
Status keluar adalah 0 jika berjaya, 1 jika konflik, 2 jika bermasalah.
S returned%d exit status.
S mengembalikan% d status keluar.
Illegal exit status, expected integer.
Status keluar haram, integer dijangka.
Finished with%s(exit status%d).
Selesai dengan% s( status keluar% d).
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
Status keluar adalah 0 jika input adalah sama, 1 jika berbeza, 2 jika bermasalah.
Lintian finished with exit status%s.
Lintian selesai dengan status keluar% s.
An exit status of 0 means the temporary file was created successfully. Any other exit status indicates an error.
Status keluar 0 bermaksud fail sementara telah berjaya dicipta. Mana-mana status keluar lain menunjukkan ralat.
S: command(%s) failed(exit status%d).
S: perintah(% s) gagal( status keluar% 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.
Tunggu bagi pelengkapan proses dan kembali status keluar. Tunggu bagi proses yang dinyatakan dan laporkan status penamatannya. Jika PID tidak diberi, semua proses anak aktif semasa ditunggu dan kod kembali adalah sifar. PID mestilah ID proses. Status Keluar: Kembali status ID; gagal jika ID tidak sah atau pilihan tidak sah diberikan.
Unable to get backend exit status.
Tidak boleh dapatkan status keluar bahagian belakang.
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.
Tunggu pelengkapan dan kembali status keluar. Tunggu bagi proses dikenalpasti oleh ID, yang boleh jadi ID proses atau spesifikasi kerja, dan laporkan status penamatannya. Jika ID tidak diberi, tunggu semua proses anak aktif semasa, dan status kembali ialah sifar. Jika ID ialah spesifikasi kerja, tunggu untuk semua proses dalam talian paip kerja. Status Keluar: Kembalikan status ID; gagal jika ID tidak sah atau pilihan tidak sah telah diberi.
Output nothing; yield exit status only.
Output tiada apa-apa; hasilkan status keluar sahaja.
Q,--no-warn make warnings not affect the exit status.
Q,-- no-warn jadikan amaran tidak berkesan pada status keluar.
Exit a login shell. Exits a login shell with exit status N. Returns an error if not executed in a login shell.
Keluar dari shell daftar masuk.Keluar dari shell daftar masuk dengan status keluar N. Kembalikan ralat jika tidak dilakukan dalam shell daftar masuk.
B detects if it is currently running in a chroot. The exit status is.
B kesan jika ia kini berjalan dalam chroot. Status keluar ialah.
Return a successful result. Exit Status: Always succeeds.
Kembalikan keputusan berjaya. Status Keluar: Sentiasa berjaya.
Display process times. Printsthe accumulated user and system times for the shell and all of its child processes. Exit Status: Always succeeds.
Papar masa proses.Cetak pengguna terkumpul dan masa sistem untuk shell dan semua proses anaknya. Status Keluar: Sentiasa berjaya.
Display executed checkpoints and exit status of COMMAND.
Papar titik semak terlaku dan keluar dari status PERINTAH.
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.
Takrif fungsi shell. Cipta fungsi shell bernama NAME. Bila diseru sebagai perintah ringkas. NAME jalankan COMMAND yang dipanggil konteks shell. Bila NAME diseru, argumen dilepasi ke fungsi sebagai$ 1$ n,dan nama fungsi ialah dalam$ FUNCNAME. Status Keluar: Kembali berjaya melainkan NAME adalah baca-sahaja.
Return an unsuccessful result. Exit Status: Always fails.
Kembalikan keputusan tidak berjaya. Status Keluar: Sentiasa gagal.
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.
Tetapkan atribut eksport untuk pembolehubah shell. Tanda setiap NAME untuk eksport automatik ke persekitaran bagi perintah dilakukan kemudian. Jika VALUE dibekal, umpuk VALUE sebelum mengeksport. Pilihan:- f\ trujuk ke fungsi shell- n\ tbuang sifat eksport dari setiap NAME- p\ tpapar snearia bagi semua pembolehubah danfungsi tereksport Argumen bagi'--' dilumpuhkan dalam pemproses pilihan lanjut. Status Keluar: Kembali berjaya melainkan pilihan tidak sah diberi atau NAME tidak sah.
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.
Bila FAIL adalah-, baca input input. Tanpa FAIL, baca. jika satu baris-perintah- r diberi,- jika tiada. Jika kurang dari dua FAIL diberi,anggap- h. Status keluar adalah 0 jika mana-mana baris dipilih, 1 jika tiada; jika mana-mana ralat muncul dan- q tidak diberi, status keluar adalah 2.
Subprocess%s returned error exit status%d.
Subproses% s mengembalikan ralat status keluar% d.
S failed to preconfigure, with exit status%s.
S gagal diprakonfigura, dengan status keluar% s.
Null command. No effect; the command does nothing. Exit Status: Always succeeds.
Perintah nol. Tanpa kesan, perintah tidak buat apa-apa. Status Keluar: Sentiasa berjaya.
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.
Lakukan argumen sebagai perintah shell. Gabungkan ARG kepada rentetan tunggal, guna keputusan sebagai input pada shell,dan lakukan perintah yang terhasil. Status Keluar: Kembalikan status keluar perintah atau berjaya jika perintah adalah nol.
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.
Sambung semula gelung for, while, atau until. Sambung semula harfiah berikut bagi penutupan gelung FOR, WHILE atau UNTIL. Jika N dinyatakan,sambung semula gelung penutup yang keN. Status Keluar: Status keluar ialah 0 melainkan N tidak lebih besar atau menyamai 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.
Kembali dari fungsi shell. Menyebabkan fungsi atau skrip bersumber keluar denga nilai kembali dinyatakan oleh N. Jika N dikeluarkan,status kembali ialah perintah terakhir dilakukan didalam fungsi atau skrip. Status Keluar: Kembalikan N, atau gagal jika shell tidak melakukan fungsi atau skrip.
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.
Lakukan perintah dari fail dalam shell semasa. Baca dan lakukan perintah dari FILENAME dalam shell semasa. Masukan dalam$ PATH diguna untuk cari direktori yang mengandungi FILENAME. Jika mana-mana ARGUMENTS dibekal,ia menjadi parameter berkedudukan bila FILENAME dilakukan. Status Keluar: Kembalikan status perintah terakhir yang dilakukan dalam FILENAME; gagal jika FILENAME tidak dapat dibaca.
Results: 81, Time: 0.0307

Word-for-word translation

Top dictionary queries

English - Malay