Die UNIX-Shell: eine Einführung
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Berlin ; Heidelberg ; New York ; Tokyo
Springer
1985
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | VI, 172 S. Ill. |
ISBN: | 3540151672 0387151672 |
Internformat
MARC
LEADER | 00000nam a22000002c 4500 | ||
---|---|---|---|
001 | BV025874040 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 100417s1985 a||| |||| 00||| ger d | ||
015 | |a 85,N26,0122 |2 dnb | ||
015 | |a 86,A16,0474 |2 dnb | ||
016 | 7 | |a 850548497 |2 DE-101 | |
020 | |a 3540151672 |9 3-540-15167-2 | ||
020 | |a 0387151672 |9 0-387-15167-2 | ||
035 | |a (OCoLC)46160113 | ||
035 | |a (DE-599)BVBBV025874040 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a ger | |
049 | |a DE-11 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a ST 267 |0 (DE-625)143635: |2 rvk | ||
100 | 1 | |a Maas, Doris |e Verfasser |4 aut | |
245 | 1 | 0 | |a Die UNIX-Shell |b eine Einführung |c Doris Maas ; Wolfgang H. Meith |
264 | 1 | |a Berlin ; Heidelberg ; New York ; Tokyo |b Springer |c 1985 | |
300 | |a VI, 172 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a SHELL |g Programmiersprache |0 (DE-588)4116486-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Kommandosprache |0 (DE-588)4031851-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a UNIX |0 (DE-588)4061835-3 |2 gnd |9 rswk-swf |
655 | 7 | |a UNIX-Shell |2 gnd |9 rswk-swf | |
689 | 0 | 0 | |a UNIX-Shell |A f |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a UNIX |0 (DE-588)4061835-3 |D s |
689 | 1 | 1 | |a Kommandosprache |0 (DE-588)4031851-5 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a SHELL |g Programmiersprache |0 (DE-588)4116486-6 |D s |
689 | 2 | |5 DE-604 | |
700 | 1 | |a Meith, Wolfgang H. |e Verfasser |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019121248&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-019121248 |
Datensatz im Suchindex
_version_ | 1804141328641032192 |
---|---|
adam_text | INHALTSVERZEICHNIS
1 EINLEITUNG UND WEGWEISER FUER DEN LESER 1
2 EINFUEHRUNG IN DIE SHELL 3
2.1 AUFRUF VON SYSTEM-KOMMANDOS 4
2.1.1 STANDARDEINGABE, STANDARDAUSGABE 4
2.1.2 PARAMETE
R UND OPTIONEN 5
2.1.3 PIPES 6
2.1.4 HINTERGRUNDVERARBEITUNG 7
2.2 DATEISYSTEM 7
2.2.1 DATEIARTEN 8
2.2.2 ANLEGEN UND LOESCHEN VON DATEIEN UND VERZEICHNISSEN 8
2.2.3 HIERARCHIEN 9
2.2.4 ALIAS-NAMEN FUER DATEIEN (LINKS) 14
2.2.5 ZUGRIFFSRECHTE UND SCHUTZ VON DATEN 16
2.3 ABKUERZEN VON DATEINAMEN (PATTER
N MATCHING) 19
3 SPRACHBESCHREIBUNG
;
21
3.1 SHELL-PROZEDUREN 22
3.1.1 SUCHPFAD 22
3.1.2 EIGENE PROZEDUREN 23
3.2 FORMALE PARAMETE
R UND VARIABLEN 24
3.2.1 ZUWEISUNG 24
3.2.2 ESCAPE-MECHANISMEN FUER SHELL-SYMBOLE 26
3.2.3 STANDARD-VARIABLEN 27
3.2.4 BEDINGTE ZUWEISUNG 28
3.2.5 EINSETZEN VON KOMMANDO-ERGEBNISSEN 29
3.2.6 KOMMENTARE 30
3.3 KONTROLLSTRUKTUREN ; 31
3.3.1 SEQUENZ 31
3.3.2 UNTERPROGRAMME 32
3.3.3 VERZWEIGUNG 33
3.3.4 SCHLEIFEN 35
3.4 EIN- UND AUSGABE 38
3.4.1 UMLENKEN DER EIN- UND AUSGABE 38
3.4.2 EINGABEN AUS EINER SHELL-PROZEDUR 39
3.4.3 SCHLIESSEN VON DATEIEN 40
3.4.4 KOPIEREN VON DATEIBESCHREIBUNGSNUMMERN 40
3.5 PROZESSVERWALTUNG 41
3.5.1 KREIEREN VON PROZESSEN 41
3.5.2 KONKURRIERENDE PROZESSE 44
3.5.3 VERERBUNG VON DATEIBESCHREIBUNGSNUMMERN 45
3.6 INTERRUPT
S 46
3.6.1 SIGNALE 46
3.6.2 ABFANGEN VON INTERRUPT
S 47
3.7 UMGEBUNG 48
3.7.1 VERAENDERN DER UMGEBUNG 48
3.7.2 GLOBALE VARIABLEN 49
3.7.3 DEBUGGING VON SHELL-PROZEDUREN ; 50
3.8 GRENZEN DER SHELL 51
HTTP://D-NB.INFO/850548497
VI INHALTSVERZEICHNIS
4 ALLGEMEINE ANWENDUNGEN 53
4.1 SONSTIGE KOMMANDOS 54
4.1.1 LOGIN 54
4.1.2 ABFRAGE DES SYSTEMZUSTANDS 57
4.1.3 TEXTAUSGABE 60
4.1.4 PROGRAMMENDE 60
4.2 DATEIVERWALTUNG 61
4.2.1 VERZEICHNISSE 61
4.2.2 DATEIEN 66
4.2.3 SCHUTZMECHANISMEN 67
4.2.4 BEWEGEN IM VERZEICHNISBAUM 70
4.3 DATEIVERARBEITUNG 71
4.3.1 SUCHEN UND BEARBEITEN 71
4.3.2 VERGLEICHEN 85
4.3.3 GROESSENBESTIMMUNG 90
4.3.4 DUPLIZIEREN, VERKETTEN, AUSGEBEN 92
4.4 ARITHMETIK 97
5 BUEROAUTOMATION
99
5.1 ZEIT- UND TERMINUEBERWACHUNG 99
5.1.1 DIGITALUHR 99
5.1.2 TERMINKALENDER 100
5.2 ELECTRONIC MAIL 101
5.2.1 PERSOENLICHE POST 101
5.2.2 KOMMUNIKATION 103
5.2.3 RUNDSCHREIBEN 105
6
PROGRAMMIERWERKZEUGE 107
6.1 EDITORE
N 107
6.1.1 ZEILENORIENTIERTE
R EDITO
R ED 107
6.1.2 PROGRAMMIERBARE
R STREAM-EDITO
R SE
D 114
6.2 SPRACHE
N 117
6.2.1 SHELL 117
6.2.2 C 119
6.2.3 PASCA
L 126
6.3 TESTSYSTE
M 128
6.3.1 DUMP 128
6.3.2 ZEITMESSUN
G 129
6.4 VERWALTUNG 131
6.4.1 PRODUKTIO
N 131
6.4.2 VERSIONSKONTROLL
E 137
6.5 SPEZIELLE KOMMANDOS 157
6.5.1 EIN- UN
D AUSGABE 157
6.5.2 BERECHNUN
G 158
6.5.3 PROZESSE
, PRIORITAETE
N UN
D UMGEBUNG 160
AI ANHANG 1: STICHWORTVERZEICHNIS 165
A2 ANHANG 2: SHELL-KOMMANDOS 169
A3 ANHANG 3
: ASCUE-CODE-TABELLE 173
|
any_adam_object | 1 |
author | Maas, Doris Meith, Wolfgang H. |
author_facet | Maas, Doris Meith, Wolfgang H. |
author_role | aut aut |
author_sort | Maas, Doris |
author_variant | d m dm w h m wh whm |
building | Verbundindex |
bvnumber | BV025874040 |
classification_rvk | ST 250 ST 261 ST 267 |
ctrlnum | (OCoLC)46160113 (DE-599)BVBBV025874040 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01804nam a22004932c 4500</leader><controlfield tag="001">BV025874040</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100417s1985 a||| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">85,N26,0122</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">86,A16,0474</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">850548497</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540151672</subfield><subfield code="9">3-540-15167-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0387151672</subfield><subfield code="9">0-387-15167-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)46160113</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV025874040</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 267</subfield><subfield code="0">(DE-625)143635:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Maas, Doris</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Die UNIX-Shell</subfield><subfield code="b">eine Einführung</subfield><subfield code="c">Doris Maas ; Wolfgang H. Meith</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin ; Heidelberg ; New York ; Tokyo</subfield><subfield code="b">Springer</subfield><subfield code="c">1985</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VI, 172 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">SHELL</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4116486-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kommandosprache</subfield><subfield code="0">(DE-588)4031851-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="a">UNIX-Shell</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">UNIX-Shell</subfield><subfield code="A">f</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Kommandosprache</subfield><subfield code="0">(DE-588)4031851-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">SHELL</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4116486-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Meith, Wolfgang H.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019121248&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-019121248</subfield></datafield></record></collection> |
genre | UNIX-Shell gnd |
genre_facet | UNIX-Shell |
id | DE-604.BV025874040 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:14:08Z |
institution | BVB |
isbn | 3540151672 0387151672 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-019121248 |
oclc_num | 46160113 |
open_access_boolean | |
owner | DE-11 |
owner_facet | DE-11 |
physical | VI, 172 S. Ill. |
publishDate | 1985 |
publishDateSearch | 1985 |
publishDateSort | 1985 |
publisher | Springer |
record_format | marc |
spelling | Maas, Doris Verfasser aut Die UNIX-Shell eine Einführung Doris Maas ; Wolfgang H. Meith Berlin ; Heidelberg ; New York ; Tokyo Springer 1985 VI, 172 S. Ill. txt rdacontent n rdamedia nc rdacarrier SHELL Programmiersprache (DE-588)4116486-6 gnd rswk-swf Kommandosprache (DE-588)4031851-5 gnd rswk-swf UNIX (DE-588)4061835-3 gnd rswk-swf UNIX-Shell gnd rswk-swf UNIX-Shell f DE-604 UNIX (DE-588)4061835-3 s Kommandosprache (DE-588)4031851-5 s SHELL Programmiersprache (DE-588)4116486-6 s Meith, Wolfgang H. Verfasser aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019121248&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Maas, Doris Meith, Wolfgang H. Die UNIX-Shell eine Einführung SHELL Programmiersprache (DE-588)4116486-6 gnd Kommandosprache (DE-588)4031851-5 gnd UNIX (DE-588)4061835-3 gnd |
subject_GND | (DE-588)4116486-6 (DE-588)4031851-5 (DE-588)4061835-3 |
title | Die UNIX-Shell eine Einführung |
title_auth | Die UNIX-Shell eine Einführung |
title_exact_search | Die UNIX-Shell eine Einführung |
title_full | Die UNIX-Shell eine Einführung Doris Maas ; Wolfgang H. Meith |
title_fullStr | Die UNIX-Shell eine Einführung Doris Maas ; Wolfgang H. Meith |
title_full_unstemmed | Die UNIX-Shell eine Einführung Doris Maas ; Wolfgang H. Meith |
title_short | Die UNIX-Shell |
title_sort | die unix shell eine einfuhrung |
title_sub | eine Einführung |
topic | SHELL Programmiersprache (DE-588)4116486-6 gnd Kommandosprache (DE-588)4031851-5 gnd UNIX (DE-588)4061835-3 gnd |
topic_facet | SHELL Programmiersprache Kommandosprache UNIX UNIX-Shell |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=019121248&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT maasdoris dieunixshelleineeinfuhrung AT meithwolfgangh dieunixshelleineeinfuhrung |