Mastering unix shell scripting phần 6 doc

Mastering unix shell scripting phần 6 doc

Mastering unix shell scripting phần 6 doc

... on /dev/hd4 32 768 10924 67 % 1854 12% / /dev/hd2 1449984 61 680 96% 40941 12% /usr /dev/hd9var 53248 10 568 81% 67 3 6% /var /dev/hd3 1 064 96 70184 35% 223 1% /tmp /dev/hd1 40 96 3892 5% 55 6% /home /proc ... /home /proc - - - - - /proc /dev/hd10opt 65 5 360 164 60 98% 162 60 10% /opt /dev/scripts_lv 102400 252 96 76% 887 4% /scripts /dev/lv_temp 40 960 0 3504 56 15% 26 1% /tmpfs...

Ngày tải lên: 09/08/2014, 16:20

70 363 0
Mastering unix shell scripting phần 5 doc

Mastering unix shell scripting phần 5 doc

... open/syncd /usr/ar/logs remp2_usr01 jfs 6 6 1 open/syncd /remd_usr01 rootvg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT hd5 boot 1 2 2 closed/syncd N/A hd6 paging 80 160 2 open/syncd N/A hd8 jfslog ... variable. For shell variables you must use the shell notation here, too. If the number of arguments on the command line exceeds three, then we display the usage function and exit the...

Ngày tải lên: 09/08/2014, 16:20

70 575 0
Mastering unix shell scripting phần 9 docx

Mastering unix shell scripting phần 9 docx

... iteration: ADD=”12” ADD=”12 + 453. 766 ” ADD=”12 + 453. 766 + 223 .6 ADD=”12 + 453. 766 + 223 .6 + 3.145927” ADD=”12 + 453. 766 + 223 .6 + 3.145927 + 22” Using a Here Document When the looping finishes ... /tmp/myfilename /tmp/myfilename.12 060 1.131507.03038 /tmp/myfilename.12 060 1.131507.15593 /tmp/myfilename.12 060 1.131507.11 760 /tmp/myfilename.12 060 1.131508.08374 /tmp/myfilename....

Ngày tải lên: 09/08/2014, 16:20

70 370 0
Mastering unix shell scripting phần 10 docx

Mastering unix shell scripting phần 10 docx

... base 16. equate_base_ 16_ to_2.ksh: Converts numbers from base 16 to base 2. What’s On the Web Site 65 5 equate_base_10_to_ 16. ksh: Converts numbers from base 10 to base 16. equate_base_ 16_ to_10.ksh: ... at 160 0 characters ( 160 0 bytes), which should not be an issue for a pop-up message. If the message is long, then an email is more appropriate. Sending Pop-Up Messages from Unix...

Ngày tải lên: 09/08/2014, 16:20

73 347 0
Mastering unix shell scripting phần 1 pdf

Mastering unix shell scripting phần 1 pdf

... 61 1 From the Top 61 6 Other Options to Consider 61 7 Shelling Out to the Command Line 61 8 Good Candidate for Using sudo 61 8 Summary 61 8 Chapter 25 Sending Pop-Up Messages from Unix to Windows 61 9 About ... of Main 60 6 Other Options to Consider 60 8 Software Key Shell Script 60 8 Summary 60 8 Chapter 24 Menu Program Suitable for Operations Staff 60 9 Reverse Video Syntax...

Ngày tải lên: 09/08/2014, 16:20

71 390 0
Mastering unix shell scripting phần 2 pdf

Mastering unix shell scripting phần 2 pdf

... 0m5.89s user 0m5 .62 s sys 0m0.16s Method 3: function while_line_LINE_bottom real 6m53.71s user 0m 36. 62s sys 6m2.03s Method 4: function cat_while_LINE_line real 7m 16. 87s user 0m51.87s sys 6m8.54s Method ... 6m8.54s Method 5: function while_line_LINE real 6m50.79s user 0m 36. 65s sys 5m59 .66 s Method 6: function while_LINE_line_bottom real 7m20.48s user 0m51.01s sys 6m14.57s Method 7: f...

Ngày tải lên: 09/08/2014, 16:20

70 392 0
Mastering unix shell scripting phần 3 ppsx

Mastering unix shell scripting phần 3 ppsx

... ON /dev/hd4 32 768 163 76 51% 166 3 11% / /dev/hd2 12124 16 57592 96% 363 86 13% /usr /dev/hd9var 53248 30824 43% 540 5% /var /dev/hd3 1 064 96 99932 7% 135 1% /tmp /dev/hd1 40 96 39 16 5% 25 % /home /proc ... /u2 /dev/vg00/lvol7 102400 4284 922 56 4% /tmp /dev/vg00/lvol13 2039808 166 4073 352294 83% /test2 /dev/vg00/lvol6 7208 96 531295 177953 75% /opt /dev/vg00/lvol5 40 960 0 225 46...

Ngày tải lên: 09/08/2014, 16:20

70 340 0
Mastering unix shell scripting phần 4 ppsx

Mastering unix shell scripting phần 4 ppsx

... $INTERVAL AIX yogi 1 5 00012 560 4800 07/31/02 19:24:00 %usr %sys %wio %idle 19:24:30 0 1 1 98 19:25:00 4 15 13 68 19:25:30 26 28 40 6 19: 26: 00 13 12 11 64 19: 26: 30 16 44 0 39 19:27:00 27 73 0 0 19:27:30 ... the Unix operating system that this shell script is # executing on. Different Unix flavors have differing # outputs and the fields vary too. # # REV LIST: # # Listing 7....

Ngày tải lên: 09/08/2014, 16:20

70 361 0
Mastering unix shell scripting phần 7 pdf

Mastering unix shell scripting phần 7 pdf

... LINE do P=$(echo $LINE | awk ‘{print $2}’) lpc start $P done Listing 16. 6 Scripting the lpstat command using -a and -p. Notice in Listing 16. 6 that we have to work on the print queues and printers sepa- rately, ... status case $PSTATUS in Listing 16. 14 PQ_all_in_one.ksh shell script listing. (continued) 432 Chapter 16 I want to point out a nice little trick in the shell script in Li...

Ngày tải lên: 09/08/2014, 16:20

70 347 0
Mastering unix shell scripting phần 8 potx

Mastering unix shell scripting phần 8 potx

... 24-08-5B91-05-P SSA 160 Physical Disk Drive pdisk5 Available 24-08-5B91-07-P SSA 160 Physical Disk Drive pdisk6 Available 24-08-5B91- 06- P SSA 160 Physical Disk Drive pdisk7 Available 24-08-5B91-08-P SSA 160 Physical ... cron 512 Feb 10 21: 36 . drwxr-xr-x 4 bin cron 512 Jul 26 2001 -rw-r r 1 adm cron 2027 Feb 10 21: 36 adm -rw 1 root cron 1125 Feb 10 21:35 root -rw-r r 1 sys cron 864 Ju...

Ngày tải lên: 09/08/2014, 16:20

70 355 0
Từ khóa:
w