About: Shell script     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatProgrammingLanguages, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FShell_script

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script which sets up the environment, runs the program, and does any necessary cleanup or logging, is called a wrapper.

AttributesValues
rdf:type
rdfs:label
  • شل سكربت (ar)
  • Shellový skript (cs)
  • Shellskript (de)
  • Script de shell (es)
  • Script shell (fr)
  • 셸 스크립트 (ko)
  • シェルスクリプト (ja)
  • Shellscript (nl)
  • Shell script (en)
  • Сценарий командной строки (ru)
  • Shell script (pt)
  • 外壳脚本 (zh)
rdfs:comment
  • Un script shell est un programme informatique développé pour fonctionner dans un shell Unix, un interpréteur de commandes. (fr)
  • シェルスクリプト (英語: shell script) は主にオペレーティングシステムのシェルまたはコマンドラインインタプリタから実行可能なコマンドの一連の流れをファイルにして再利用できるようにしたものである。狭義では、Unixシェルで用いられるスクリプト言語を指す。シェルスクリプトは他のコマンドを組み合わせるためのグルー型のドメイン固有言語とみなされることもある。シェルスクリプトで書かれる典型的処理としては、ファイル操作、プログラム実行、テキストの印刷などがある。 シェルスクリプト用インタプリタの多くはコマンドラインインタフェースも兼ねており、各種Unixシェル、Windows PowerShell、MS-DOSのCOMMAND.COMなどがある。他にAppleScriptやグラフィカルな Windows Script Host (WScript.exe) などもあり、コマンドラインインタフェース抜きでコンピューティング環境にスクリプト機能を加えている。 この項目では、Unixシェルのシェルスクリプトについて記載する。 (ja)
  • 셸 스크립트(shell script)는 셸이나 명령 줄 인터프리터에서 돌아가도록 작성되었거나 한 운영 체제를 위해 쓰인 스크립트이다. 단순한 로 여기기도 한다. 셸 스크립트가 수행하는 일반 기능으로는 파일 이용, 프로그램 실행, 문자열 출력 등이 있다. 셸 스크립트라는 말은 유닉스 셸을 위해 쓰인 스크립트를 말하는 반면, command.com(도스)과 cmd.exe (윈도우) 명령 줄 스크립트는 보통 배치 파일이라고 불리지만 이 글에는 두 개의 속성 모두를 논한다. .sh라는 파일 확장자를 가진 파일이 특정 종류의 셸 스크립트를 가리키는 것이 보통이지만, 대부분의 셸 스크립트는 파일 확장자를 지니지 않는다. (ko)
  • Сценарий кома́ндной стрoки, или сценарий командной оболочки (англ. shell script) — программа, выполняемая командной оболочкой операционной системы. Наиболее часто термин применяется к скриптам, написанным для Bourne shell — программной оболочки систем UNIX. (ru)
  • 外壳脚本(英語:Shell script),又稱Shell脚本、Shell命令稿、程式化腳本,是一種電腦程式使用的文字檔案,內容由一連串的shell命令組成,經由Unix Shell直譯其內容後運作。被當成是一種腳本語言來設計,其運作方式與直譯語言相當,由Unix shell扮演命令行直譯器的角色,在讀取shell脚本之後,依序執行其中的shell命令,之後輸出結果。利用shell脚本可以進行系統管理,檔案操作等。 在Unix及所有的類Unix系統中,如Linux、FreeBSD等作業系統,都存在shell脚本。依照Unix shell的各種不同類型,shell脚本也有各種不同方言。在DOS、OS/2、Microsoft Windows中的批次檔,跟shell脚本有類似的功能。 (zh)
  • شيل سكربت (بالإنجليزية: shell script )‏ هي برنامج كمبيوتر تم تصميمه للعمل بواسطة يونكس شيل (بالإنجليزية: Unix shell)‏ (وهو مترجم سطر الأوامر command-line interpreter) هناك عدة أنواع من لغات الشيل سكربت وهي تعتبر من لغات السكربت (لغات تستخدم لتنفيذ مجموعة من الاوامر مكتوبة في ملف نصي وليس ملف تنفيذي) ويتم عملها عن طريق واجهة سطر الأوامر لـ نظام التشغيل وتعتبر كانها قشرة خارجية للتعامل مع البرامج. (ar)
  • Shellový skript je v unixových operačních systémech textový soubor obsahující sérii příkazů, které jsou zpracovány shellem (resp. interpretem příkazového řádku). Když je dávkový soubor spuštěn, shell čte soubor a spouští jednotlivé příkazy, které jsou umístěny na samostatných řádcích. Shellové skripty jsou užitečné, když je potřeba spustit po sobě několik spustitelných souborů, čehož obvykle využívají administrátoři pro automatizaci zdlouhavých procesů. (cs)
  • Ein Shellskript oder Shell-Skript ist ein Computerprogramm, das von einer Shell interpretiert und ausgeführt wird. Es ist letztlich eine ausführbare Textdatei, in der all jene Anweisungen verwendet werden können, die ein Benutzer auch in der Befehlszeile der Shell nutzen kann. Die Shell selbst ist auch eine Programmiersprache, wobei in verschiedenen Shells unterschiedliche Skriptsprachen verwendet werden. “The shell is actually a programming language: it has variables, loops, decision-making, and so on.” – Brian W. Kernighan (de)
  • Un guion de concha o guion de shell (en inglés shell script) es un programa de ordenador diseñado para ser ejecutado por el shell de Unix, un intérprete de línea de comandos.​ Los varios dialectos de guiones de shell están considerados como lenguajes de guionado o de scripting. Las operaciones típicas ejecutadas por los guiones de shell incluyen manipulación de archivos, ejecución de programas e impresión de texto. Un guion que instala el entorno, ejecuta el programa y hace el cleanup (limpieza), logging, etc. necesario, se conoce como wrapper o envoltorio. (es)
  • A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script which sets up the environment, runs the program, and does any necessary cleanup or logging, is called a wrapper. (en)
  • Een shellscript is een script dat is geschreven voor de shell ofwel de interpreter van de commandoregel. Het wordt vaak beschouwd als een relatief eenvoudige programmeertaal die toegespitst is op systeembeheer. Typische operaties die door shellscripts worden uitgevoerd omvatten bestandsmanipulatie, het uitvoeren van programma's en tekst afdrukken. Normaliter verwijst de term shellscript naar scripts die voor een Unixshell zijn geschreven, terwijl de term batchbestand meestal verwijst naar andere besturingssystemen. (nl)
  • Shell script é o nome dado a um arquivo que será interpretado por algum programa tipo Shell. Atualmente existem vários programas tipo Shell. Além dos principais - sh e bash -, existem também, , zsh, csh e tcsh. Um Shell script (ou script em Shell) necessita basicamente do interpretador Shell. (pt)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/$%7Bjpg�pg%7D.png_%23_construct_the_PNG_version_of_the_filename_by_replacing_.jpg_with_.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/FreeBSD_10_vi_RC_Firewall.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/failed_output_saved_in_%22jpg.to.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/if_convert_%22$jpg%22_jpg.to.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/mv_jpg.to.png
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 60 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software