1 / 3

Muster nebenläufiger Programmierung

Muster nebenläufiger Programmierung. concurrent Packet von Java. Concurrent Packet. In diesem Teil der Veranstaltung werde Muster nebenläufiger Programmierung diskutiert. Dazu wird das concurrent Packet von Java betrachtet. ? ?. Shell-Programmierung: Ausführung von Shell-Programmen.

Download Presentation

Muster nebenläufiger Programmierung

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Muster nebenläufiger Programmierung concurrent Packet von Java Alois Schütte AOSD

  2. Concurrent Packet In diesem Teil der Veranstaltung werde Muster nebenläufiger Programmierung diskutiert. Dazu wird das concurrent Packet von Java betrachtet. ? ? Alois Schütte AOSD

  3. Shell-Programmierung: Ausführung von Shell-Programmen $ cat dl pwd ls –l echo Dies ist das letzteKommando des Shellprogramms $ $ shdl /users/as/Vorlesungen/Unix/Skript/Shellprogrammierung insgesamt 4 -rw-r--r-- 1 as users 64 Jan 15 10:17 dl Dies ist das letzte Kommando des Shellprogramms $ $ chmod +x dl $ $ dl /users/as/Vorlesungen/Unix/Skript/Shellprogrammierung insgesamt 4 -rwxr-xr-x 1 asusers 64 Jan 15 10:17 dl Dies ist das letzte Kommando des Shellprogramms $ Ein Shell-Programm wird in einer Datei als Folge von Anweisungen abgelegt und mittels des Kommandos sh (bash, ksh, csh) aufgerufen. Ist die Datei ausführbar, kann das Programm durch Aufruf der Datei ausgeführt werden. Alois Schütte AOSD

More Related