About: Rc

An Entity of Type: person, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

rc (for "run commands") is the command line interpreter for Version 10 Unix and Plan 9 from Bell Labs operating systems. It resembles the Bourne shell, but its syntax is somewhat simpler. It was created by Tom Duff, who is better known for an unusual C programming language construct ("Duff's device"). A port of the original rc to Unix is part of Plan 9 from User Space. A rewrite of rc for Unix-like operating systems by Byron Rakitzis is also available but includes some incompatible changes.

Property Value
dbo:abstract
  • Ο rc είναι ο διερμηνέας γραμμής εντολών των λειτουργικών συστημάτων Έκδοση 10 του Unix και . Μοιάζει με το κέλυφος Bourne, αλλά η σύνταξή του είναι λίγο απλούστερη. Δημιουργήθηκε από τον Tom Duff, ο οποίος είναι γνωστός για μια ιδιαίτερη δομή της γλώσσας προγραμματισμού C που ονομάζεται . Το περιέχει μια μεταφορά του αυθεντικού rc στο Unix. Επίσης έχει γραφεί από την αρχή μια άλλη έκδοση του rc για Unix-οειδή λειτουργικά συστήματα από το Βύρωνα Ρακιντζή αλλά περιέχει κάποιες ασύμβατες αλλαγές. Το rc χρησιμοποιεί δομές ελέγχου σαν της C αντί της ALGOL του αυθεντικού κελύφους Bourne, αν και χρησιμοποιεί μια δομή if not αντί της else και έχει ένα βρόχο for όπως το Bourne για να επαναλαμβάνεται πάνω σε λίστες. Όλες οι μεταβλητές στο rc είναι λίστες από συμβολοσειρές, επομένως δε χρειάζονται χαρακτηριστικά όπως το "$@". (el)
  • rc es el shell de Plan 9 from Bell Labs y UNIX Versión 10. Similar a prácticamente todo shell, rc puede ser utilizado interactivamente ingresando en la consola las órdenes a ejecutar, confirmándolas con enter, o como intérprete para programas, cuando estas se colocan en un archivo de texto, utilizando el shebang: #!/bin/rc, como primera línea del mismo. (es)
  • rc (for "run commands") is the command line interpreter for Version 10 Unix and Plan 9 from Bell Labs operating systems. It resembles the Bourne shell, but its syntax is somewhat simpler. It was created by Tom Duff, who is better known for an unusual C programming language construct ("Duff's device"). A port of the original rc to Unix is part of Plan 9 from User Space. A rewrite of rc for Unix-like operating systems by Byron Rakitzis is also available but includes some incompatible changes. Rc uses C-like control structures instead of the original Bourne shell's ALGOL-like structures, except that it uses an if not construct instead of else, and has a Bourne-like for loop to iterate over lists. In rc, all variables are lists of strings, which eliminates the need for constructs like "<a href="/wiki/$@" class="mw-redirect" title="$@">$@</a>". Variables are not re-split when expanded. The language is described in Duff's paper. (en)
  • rc (abbreviazione di run commands) è l'interprete dei comandi per i sistemi operativi e Plan 9 from Bell Labs. Somiglia alla Bourne shell, ma la sintassi è un po' più semplice. È stato creato da Tom Duff, meglio noto per l'inusuale costrutto del linguaggio di programmazione C chiamato . (it)
  • rc("run commands")は、Version 10 UnixとPlan 9のためのコマンドラインインターフェースである。rcはBourne shellに似ているが、その構文はより簡潔なものになっている。また、rcはトム・ダフによって作られた。彼はDuff's deviceと呼ばれるC言語の構築で有名である。 オリジナルなrcのUNIXに対するポートは、の一部としてなされた。rcのUNIX系OSへのリライトはバイロン・ラキツィスによるものも利用可能だが、それはいくつかの互換性のない変更を含んでいる。 rcは、オリジナルのBourne shellがALGOL風の構造を持つのに対して、C言語のような構造を持つ。ただし、"if not"構造を"else"の代わりに使い、リストの繰り返しにBourne shell風の"for"ループを持っている。rcにおいては"$@"のような構造を排除する必要のために、すべての変数は文のリストとなっている。変数は展開されるときに再分割されない。この言語はダフの論文に記載されている。 (ja)
  • rc — інтерпретатор командного рядка для 10 версії Unix і операційної системи Plan 9 від Bell Labs. Нагадує оболонку Bourne shell, але має дещо простіший синтаксис. Створений . (uk)
dbo:designer
dbo:developer
dbo:influencedBy
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 171918 (xsd:integer)
dbo:wikiPageLength
  • 7588 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1082397565 (xsd:integer)
dbo:wikiPageWikiLink
dbp:date
  • 2013-10-05 (xsd:date)
dbp:designer
dbp:developer
dbp:dialects
  • Byron's rc (en)
dbp:influenced
  • [[#es (en)
dbp:influencedBy
dbp:name
  • rc (en)
dbp:operatingSystem
  • Cross-platform (en)
dbp:paradigm
dbp:sourceModel
dbp:typing
dbp:url
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • rc es el shell de Plan 9 from Bell Labs y UNIX Versión 10. Similar a prácticamente todo shell, rc puede ser utilizado interactivamente ingresando en la consola las órdenes a ejecutar, confirmándolas con enter, o como intérprete para programas, cuando estas se colocan en un archivo de texto, utilizando el shebang: #!/bin/rc, como primera línea del mismo. (es)
  • rc (abbreviazione di run commands) è l'interprete dei comandi per i sistemi operativi e Plan 9 from Bell Labs. Somiglia alla Bourne shell, ma la sintassi è un po' più semplice. È stato creato da Tom Duff, meglio noto per l'inusuale costrutto del linguaggio di programmazione C chiamato . (it)
  • rc("run commands")は、Version 10 UnixとPlan 9のためのコマンドラインインターフェースである。rcはBourne shellに似ているが、その構文はより簡潔なものになっている。また、rcはトム・ダフによって作られた。彼はDuff's deviceと呼ばれるC言語の構築で有名である。 オリジナルなrcのUNIXに対するポートは、の一部としてなされた。rcのUNIX系OSへのリライトはバイロン・ラキツィスによるものも利用可能だが、それはいくつかの互換性のない変更を含んでいる。 rcは、オリジナルのBourne shellがALGOL風の構造を持つのに対して、C言語のような構造を持つ。ただし、"if not"構造を"else"の代わりに使い、リストの繰り返しにBourne shell風の"for"ループを持っている。rcにおいては"$@"のような構造を排除する必要のために、すべての変数は文のリストとなっている。変数は展開されるときに再分割されない。この言語はダフの論文に記載されている。 (ja)
  • rc — інтерпретатор командного рядка для 10 версії Unix і операційної системи Plan 9 від Bell Labs. Нагадує оболонку Bourne shell, але має дещо простіший синтаксис. Створений . (uk)
  • Ο rc είναι ο διερμηνέας γραμμής εντολών των λειτουργικών συστημάτων Έκδοση 10 του Unix και . Μοιάζει με το κέλυφος Bourne, αλλά η σύνταξή του είναι λίγο απλούστερη. Δημιουργήθηκε από τον Tom Duff, ο οποίος είναι γνωστός για μια ιδιαίτερη δομή της γλώσσας προγραμματισμού C που ονομάζεται . Το περιέχει μια μεταφορά του αυθεντικού rc στο Unix. Επίσης έχει γραφεί από την αρχή μια άλλη έκδοση του rc για Unix-οειδή λειτουργικά συστήματα από το Βύρωνα Ρακιντζή αλλά περιέχει κάποιες ασύμβατες αλλαγές. (el)
  • rc (for "run commands") is the command line interpreter for Version 10 Unix and Plan 9 from Bell Labs operating systems. It resembles the Bourne shell, but its syntax is somewhat simpler. It was created by Tom Duff, who is better known for an unusual C programming language construct ("Duff's device"). A port of the original rc to Unix is part of Plan 9 from User Space. A rewrite of rc for Unix-like operating systems by Byron Rakitzis is also available but includes some incompatible changes. (en)
rdfs:label
  • Rc (en)
  • Rc (Unix) (el)
  • Rc (shell) (es)
  • Rc (shell) (it)
  • Rc (シェル) (ja)
  • Rc (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • rc (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:ui of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License