Top Banner
Nama : Weni Handayani 26 November 2013 NRP : G64110058 Tugas SO Pratikum pertemuan ke-10 INPUT AND OUTPUT REDIRECTION 1. Redirection a. UPPERCASE Program upper.c berikut membaca input dan kemudian mengkonversikannya ke uppercase. b. UPPERCASE with Shell Redirection use it to convert a file to uppercase by using the shell redirection.
3
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Sistem Operasi_3_g64110058

Nama : Weni Handayani 26 November 2013NRP : G64110058 Tugas SO Pratikum pertemuan ke-10

INPUT AND OUTPUT REDIRECTION

1. Redirection

a. UPPERCASE Program upper.c berikut membaca input dan kemudian mengkonversikannya ke uppercase.

b. UPPERCASE with Shell Redirectionuse it to convert a file to uppercase by using the shell redirection.

Page 2: Sistem Operasi_3_g64110058

Nama : Weni Handayani 26 November 2013NRP : G64110058 Tugas SO Pratikum pertemuan ke-10

c. Accepts a Filename as an Argument

2. Signal Handling

3. Sending Signal

Page 3: Sistem Operasi_3_g64110058

Nama : Weni Handayani 26 November 2013NRP : G64110058 Tugas SO Pratikum pertemuan ke-10