Scarica l'app
educalingo
shell program

Significato di "shell program" sul dizionario di inglese

DIZIONARIO

PRONUNCIA DI SHELL PROGRAM IN INGLESE

shell program


CATEGORIA GRAMMATICALE DI SHELL PROGRAM

sostantivo
aggettivo
verbo
avverbio
pronome
preposizione
congiunzione
determinante
esclamazione
Shell program è un sostantivo.
Il nome o sostantivo è il tipo di parole il cui significato determina la realtà. I sostantivi nominano tutte le cose: persone, oggetti, sensazioni, sentimenti, ecc.

CHE SIGNIFICA SHELL PROGRAM IN INGLESE

definizione di shell program nel dizionario inglese

La definizione di programma shell nel dizionario è un programma per computer a basso costo che fornisce un quadro entro il quale l'utente può sviluppare il programma per soddisfare le sue esigenze personali.


PAROLE IN INGLESE CHE COMINCIANO COME SHELL PROGRAM

shell · shell bean · shell company · shell game · shell gland · shell jacket · shell out · shell shock · shell star · shell suit · shell-less · shell-like · shell-shocked · shellac · shellac varnish · shellack · shellacked · shellacker · shellacking · shellback

PAROLE IN INGLESE CHE FINISCONO COME SHELL PROGRAM

audiogram · cardiogram · computer program · dendrogram · electrocardiogram · gram · harmonogram · histogram · hologram · kilogram · mammogram · microgram · monogram · outreach program · phonogram · pictogram · program · reprogram · software program · source program · stereogram

Sinonimi e antonimi di shell program sul dizionario inglese di sinonimi

SINONIMI

PAROLE IN INGLESE ASSOCIATE CON «SHELL PROGRAM»

shell program · shell · program · prime · number · check · display · leap · years · fibonacci · series · palindrome · calculate · compound · interest · swap · numbers · compute · simple · find · common · programs · unix · interprets · user · commands · which · either · directly · entered · read · from · file · called · script · examples · parameters · variables · bourne · again · grep · control · structures · programming · toolscreating · executing · informit · creating · want · aliases · whenever · instead · typing · every · time · transformers · wiki · predacon · designed · personality · altering · that · installed · within · transformer · change · they · when · used · referred · with · symbol · front · them · there ·

Traduzione di shell program in 25 lingue

TRADUTTORE

TRADUZIONE DI SHELL PROGRAM

Conosci la traduzione di shell program in 25 lingue con il nostro traduttore inglese multilingue.

Le traduzioni di shell program verso altre lingue presenti in questa sezione sono il risultato di una traduzione automatica statistica; dove l'unità essenziale della traduzione è la parola «shell program» in inglese.
zh

Traduttore italiano - cinese

shell程序
1 325 milioni di parlanti
es

Traduttore italiano - spagnolo

programa de shell
570 milioni di parlanti
en

inglese

shell program
510 milioni di parlanti
hi

Traduttore italiano - hindi

खोल कार्यक्रम
380 milioni di parlanti
ar

Traduttore italiano - arabo

برنامج قذيفة
280 milioni di parlanti
ru

Traduttore italiano - russo

программная оболочка
278 milioni di parlanti
pt

Traduttore italiano - portoghese

programa shell
270 milioni di parlanti
bn

Traduttore italiano - bengalese

শেল প্রোগ্রাম
260 milioni di parlanti
fr

Traduttore italiano - francese

programme shell
220 milioni di parlanti
ms

Traduttore italiano - malese

Program shell
190 milioni di parlanti
de

Traduttore italiano - tedesco

Shell-Programm
180 milioni di parlanti
ja

Traduttore italiano - giapponese

シェルプログラム
130 milioni di parlanti
ko

Traduttore italiano - coreano

쉘 프로그램
85 milioni di parlanti
jv

Traduttore italiano - giavanese

Program cangkang
85 milioni di parlanti
vi

Traduttore italiano - vietnamita

chương trình bao
80 milioni di parlanti
ta

Traduttore italiano - tamil

ஷெல் திட்டம்
75 milioni di parlanti
mr

Traduttore italiano - marathi

शेल प्रोग्राम
75 milioni di parlanti
tr

Traduttore italiano - turco

Kabuk programı
70 milioni di parlanti
it

Traduttore italiano - italiano

programma di shell
65 milioni di parlanti
pl

Traduttore italiano - polacco

Program powłoki
50 milioni di parlanti
uk

Traduttore italiano - ucraino

програмна оболонка
40 milioni di parlanti
ro

Traduttore italiano - rumeno

program de coajă
30 milioni di parlanti
el

Traduttore italiano - greco

πρόγραμμα κέλυφος
15 milioni di parlanti
af

Traduttore italiano - afrikaans

dop program
14 milioni di parlanti
sv

Traduttore italiano - svedese

shell -program
10 milioni di parlanti
no

Traduttore italiano - norvegese

skallprogrammet
5 milioni di parlanti

Tendenze d'uso di shell program

TENDENZE

TENDENZE D'USO DEL TERMINE «SHELL PROGRAM»

Principali tendenze di ricerca e usi comuni di shell program
Elenco delle principali ricerche fatte dagli utenti per accedere al nostro dizionario di inglese online ed espressioni più utilizzate con la parola «shell program».

Citazioni, bibliografia in inglese e attualità su shell program

ESEMPI

10 LIBRI IN INGLESE ASSOCIATI CON «SHELL PROGRAM»

Scopri l'uso di shell program nella seguente selezione bibliografica. Libri associati con shell program e piccoli estratti per contestualizzare il loro uso nella letteratura.
1
Pro Bash Programming: Scripting the Linux Shell
Learn to use features new to bash 4.0. Build shell scripts that get information from the Web. Who this book is for Beginning Linux and Unix system administrators who want to be in full command of their systems.
Chris Johnson, 2009
2
UNIX Shell Programming
It's important for you to recognize that the shell is just a program. It has no special privileges on the system, meaning that anyone with the capability and devotion can create his own shell program. This is in fact the reason why various flavors of  ...
Stephen G. Kochan, Patrick H. Wood, 2003
3
Expert Oracle Database 11g Administration
Before you begin creating a shell program, you should understand that shell programs don't contain any special commands that you can't use at the command prompt. In fact, you can type any command in any shell script at the command ...
Sam R. Alapati, 2008
4
Basics Of Os Unix And Shell Programming
An integer is input through the keyboard. Write a shell program to find out whether it is an odd number or an even number. 8. Write a shell script that takes a command line argument and reports whether it is a directory, a file or any other value.
Isrd, 2006
5
Expert Oracle9i Database Administration
In this section, you'll start slowly by building a simple shell program, and you'll proceed to build up your confidence and skill level as you move along into branching, looping, and all that good stuff. A shell script is a file with a set of commands.
Sam R. Alapati, 2003
6
Excel 2010 Power Programming with VBA
Sub StartCalc() Dim Program As String Dim TaskID As Double On Error Resume Next Program = “calc.exe” TaskID = Shell(Program, 1) End Sub You'll probably recognize the application that this procedure. 677 20 Chapter 20: Interacting with  ...
John Walkenbach, 2010
7
Linux and Unix Shell Pocket Programmer
You can, however, automate this process by placing as the first characters in your script, #!, followed by the path name for the shell program on your system. Your shell always examines the first character of a script to find out what type of script ...
Richard Petersen, 2008
8
Computer Practice Volume-2
What is a shell program? Explain with an example. 2. Explain the arithmetic, comparison, logical and conditional operators in shell programming. 3. Explain the if - else - elif constructs with examples. 4. Explain test command with an example.
T Jeyapoovan, 2008
9
HP-UX 11i Systems Administration Handbook and Toolkit
If we were to name the program date, we would actually run the system date command as opposed to our shell program date. The reason is that in most cases , the system date command would be found before our shell program date file. i ...
Marty Poniatowski, 2003
10
UNDERSTANDING UNIX
The sequence of shell commands, in the shell program is executed one after another, unless a branch or condition of some sort is specified or encountered. The reserved words of the shell program provide commands for checking conditions, ...
K. SRIRENGAN, 1998

2 NOTIZIE DOVE SI INCLUDE IL TERMINE «SHELL PROGRAM»

Vedi di che si parla nei media nazionali e internazionali e come viene utilizzato il termine ino shell program nel contesto delle seguenti notizie.
1
BSEE puts tight controls on Shell's Chuchki drilling
Among those making strong efforts to block the Shell program is U.S. Senator Jeff Merkley (D-OR). In June, he led a group of Senators in authoring a letter to ... «Marine Log, lug 15»
2
Intro to Shell Programming: Writing a Simple Web Gallery
So you're not a programmer, you say? If you can string a few shell commands together, it's not much of a step from there to programming. To demonstrate that, I'll ... «LinuxPlanet, mar 09»
RIFERIMENTO
« EDUCALINGO. Shell program [in linea]. Disponibile <https://educalingo.com/it/dic-en/shell-program>. Giu 2026 ».
Scarica l'app educalingo
IT