K-BASIC 1st: ユニケージ基礎編(前編)

Size: px
Start display at page:

Download "K-BASIC 1st: ユニケージ基礎編(前編)"

Transcription

1 5 2 AWK AWK AWK 2.1 AWK AWK UNIX OS 1977 UNIX Alfred Aho Peter Weinberger Brian Kernighan 3 AWK AWK /etc/resolv.conf DNS IP 1 [hoge@lecture ~]$ cat /etc/resolv.conf awk {print $2}

2 $1, $2 usp Tukubai 2.2 TRY vi vim hoge # 2 [hoge@lecture ~]$ cat hoge awk {print $1,$2,$3*$4} # 10 awk {print $1,$2,$3*$4} hoge 11 awk {print $1,$2,$3*$4} < hoge 12 [hoge@lecture ~]$ cat hoge \ 13 awk {uriage=$3*$4;print $1,$2,uriage} AWK

3 # 21 [hoge@lecture ~]$ cat hoge awk $2==" " # [hoge@lecture ~]$ cat hoge awk $1<=" " # [hoge@lecture ~]$ cat hoge awk $1<=" "{print $1,$2,$4} AWK TRY

4 37 3 sort, msort*, uniq 3.1 sort sort sort sort * 1 1 [hoge@lecture ~]$ cat hoge 2 a 3 b ~ 7 8 c *1 TEX

5 A C 17 B 18 [hoge@lecture ~]$ sort hoge A 24 B 25 C 26 a 27 b 28 c 29 ~ ~. ASCII sort sort 1 hoge@otherenv:~$ sort hoge A 7 B 8 C 9 a 38 3 sort, msort*, uniq

6 10 b 11 c 12 ~ 13 < #LANG=C 2 [hoge@lecture ~]$ LANG=C sort hoge A 8 B 9 C 10 a 11 b 12 c 13 ~ LANG=C sort LANG=C usp Tukubai sort LANG=C LANG 3.1. sort 39

7 67 5 self*, delf* 5.1 self join 1 # 2 # # # # 4 6 [hoge@lecture ~]$ cat AREA.TEN.DAY.URIAGE

8 1 1 # # # # 4 5 [hoge@lecture ~]$ cat DAY.AREA.TEN.URIAGE usp Tukubai 5.2 self awk usp Tukubai self self self 1 # 1, 2, 3, 4 4, 3, 2, 1 2 [ueda@lecture ~]$ echo a b c d self self*, delf*

9 3 d c b a 4 5 # 6 [ueda@lecture ~]$ echo a b c d > hoge 7 [ueda@lecture ~]$ self hoge 8 d c b a TRY 1 # 2 [hoge@lecture ~]$ cat URIAGE # 10 [ueda@lecture ~]$ cat URIAGE self LANG=C sort -k1, # 18 [ueda@lecture ~]$ cat URIAGE self LANG=C sort -k1, URIAGE 1 [hoge@lecture ~]$ cat DAY.AREA.TEN.URIAGE self \ 2 awk {print $0,rand()} sort -k5,5nr \ 3 self 1/4 > URIAGE 5.2. self 69

10 75 6 sm2*, sm4*, sm5* sm2,4,5 sm2,4,5 sm 6.1 sm2 sm2 1 #1:, 2: 3: 4: 5: 2 [hoge@lecture ~]$ cat URE.IMO # [hoge@lecture ~]$ cat URE.IMO sm

11 5 # 6 [hoge@lecture ~]$ sm URE.IMO # [hoge@lecture ~]$ cat URE.IMO sm # 4 6 [hoge@lecture ~]$ cat URE.IMO sm TRY URE.IMO 1 [hoge@lecture ~]$ cat URE.IMO self 3/5 \ 2 LANG=C sort -k1,1 sm sm2 +count +count 1 [ueda@lecture ~]$ cat URE.IMO sm2 +count sm2*, sm4*, sm5*

12 1 # 2 [ueda@lecture ~]$ cat URE.IMO sm2 +count \ 3 awk {print $1,$2,$4/$3,$5/$3} sm4 sm4 1 A 10 1 B A 30 2 B URE.IMO sm4 1 [hoge@lecture ~]$ cat URE.IMO sm sm sm4 77

( ) Shift JIS ( ) ASCII ASCII ( ) 8bit = 1 Byte JIS(Japan Industrial Standard) X 0201 (X ) 2 Byte JIS ISO-2022-JP, Shift JIS, EUC 1 Byte 2 By

( ) Shift JIS ( ) ASCII ASCII ( ) 8bit = 1 Byte JIS(Japan Industrial Standard) X 0201 (X ) 2 Byte JIS ISO-2022-JP, Shift JIS, EUC 1 Byte 2 By 23 3 ( ( (binary file) UNIX CUI 3.1 = + 2 bit ) ( 3.1) bit bit 1 Byte=8 bit 1 Byte ASCII, JIS X 0201 ASCII(American Standard Code for Information Interchange) 7bit (;) (:) ( ) (") ) 7bit ( ) 24 3 3.1 (

More information

1. 1 DBMS Unix (USP ) ( )[3] 20 UNIX [2] KISS UNIX 1. 2 (Tukubai ) Unix OS Unix USP Tukubai Tukubai 1. 3 Unix SQL Tukubai usp Tukubai Open usp Tukubai

1. 1 DBMS Unix (USP ) ( )[3] 20 UNIX [2] KISS UNIX 1. 2 (Tukubai ) Unix OS Unix USP Tukubai Tukubai 1. 3 Unix SQL Tukubai usp Tukubai Open usp Tukubai 34 (2017 ) Unix UNIX 20 RDBMS RDBMS Java Unix Unix Unix Unicage is a system development method based on UNIX philosophy and has been applied on business system integration for 20 years. In these days,

More information

Open usp Tukubai ってなに? Open usp Tukubai は 売上データの処理や勘定系システムの構築に利用されているエンタープライズ向けの高性能コマンド群 usp Tukubai のオープンソース版です 業務で特によく使われるコマンドを選りすぐって Python で再実装したも

Open usp Tukubai ってなに? Open usp Tukubai は 売上データの処理や勘定系システムの構築に利用されているエンタープライズ向けの高性能コマンド群 usp Tukubai のオープンソース版です 業務で特によく使われるコマンドを選りすぐって Python で再実装したも 使ってみよう Open usp Tukubai!! 初心者のためのチュートリアル 2012 年 8 月 24 日 ユニバーサル シェル プログラミング研究所 Open usp Tukubai ってなに? Open usp Tukubai は 売上データの処理や勘定系システムの構築に利用されているエンタープライズ向けの高性能コマンド群 usp Tukubai のオープンソース版です 業務で特によく使われるコマンドを選りすぐって

More information

目    次

目    次 1 2 3 t 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 IP 169 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

More information

シェルスクリプトマガジン Vol27

シェルスクリプトマガジン Vol27 ユニケージ開発手法 コードレビュー USP 研究所技術研究員 written by 大内智明 Vol.16 今回は PDF ファイルの作成方法について紹介します PDF 業務用に使用する帳票などの資料は PDF ファイルで作成することがよくあります PDF ファイルは フリーの PDF リーダーがあれば パソコン 携帯電話 タブレットなどのほぼすべての機器で閲覧することができます ユニケージで PDF

More information

,000m 7 CAT

,000m 7 CAT 7,404 15 63% 1,000 120 2 17 60 150 4 67 120 7 5 6,049 20 2,265 20 87.4 17 2 3 =3.5%23.2%73.3% 40 20 151110 1 2010 2011 3,000m 7 CAT 11 12 18 316 3 18 3 19 95 9 65 3 75 2 80 2 60 3 100 2 2011 3 33 3 3 140km

More information

csj-report.pdf

csj-report.pdf 527 9 CSJ CSJ CSJ 1 8 XML CSJ XML Browser (MonoForC) CSJ 1.7 CSJ CSJ CSJ 9.1 GREP GREP Unix Windows Windows (http://www.vector.co.jp/) Trn Windows Trn > > grep *.trn 528 9 CSJ A01F0132.trn:& A01M0097.trn:&

More information

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè11²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè11²ó 11 2013 6 19 11 (6/19) 6 (18:10-19:40) λ13 UNIX : 2 / 26 UNIX UNIX sort, head, tail, cat, cut diff, tee, grep, uniq, wc join, find, sed, awk, screen 3 / 26 sort sort : $ sort [options] [FILE...] options

More information

4 2018 5 1 1 1 1.1.............................. 1 1.1.1....................... 1 1.1.2.................... 1 1.2...................... 1 1.2.1........................... 1 1.2.2............................

More information

シェルスクリプトマガジン Vol.24

シェルスクリプトマガジン Vol.24 ユニケージ開発手法 コードレビュー USP 研究所技術研究員 written by 大内智明 Vol.13 今回は 運用機能の一つであるメモリ情報の監視についてお話します 業務で使用するサーバーは 正常な動作を継続していく必要があります そのためには システム情報を定期的に監視して 取得した情報が正常な動作範囲であること エラーや警告の発生も許容範囲内であることを確認していく必要があります もし システム利用状況が許容範囲から外れても

More information

シェルスクリプトマガジン vol.30

シェルスクリプトマガジン vol.30 ユニケージ開発手法 コードレビュー USP 研究所技術研究員 written by 大内智明 Vol.19 更新したファイルを相手サーバに配信する方法について説明します 今回は前回に引き続いて 店舗や商品といったマスタ 関連のファイルが どのように管理されて 各業務サー マスタ関連のファイルは 一般的に種類も多く サイズも大小様々なものがあります そこで 毎回全マスタの配信を行わないようにするために

More information

untitled

untitled 2012123 ICT 100-0005 1-6-5 :NRI 7 6.7 200 189 6 5 4 3 3.3 0.5 4.2 0.8 5.4 1.4 6.2 1.6 2.1 180 160 140 120 100 80 84 113 42 144 62 170 76 87 2 1 0 2.2 0.1 4.0 4.6 4.6 3.4 2.8 0.9 0.1 2.1 0.2 0.8 0.2 0 2009

More information

A

A A 3 2017 4 24 1 1 1.1.......................................... 1 1.2................................ 1 1.2.1................................ 1 1.2.2............................. 1 1.2.3................................

More information

LAN

LAN HUB 1090248 21 3 19 1 1 2 3 2.1...................................... 3 2.1.1................................ 4 2.1.2 LAN................................. 6 2.2................................... 8 3 12

More information

25 2 15 4 1 1 2 1 2.1............................. 1 2.2............................... 2 2.3.................... 5 2.4..................... 6 3 6 3.1.................................... 6 3.2..........................

More information

2002 awk Aho,Weinberger,Kernighan DFA awk Brian Kernighan DFA GNU awk Arnold Robbins DFA NFA MKS awk Mortice Kern Systems POSIX NFA mawk Mike Brennan

2002 awk Aho,Weinberger,Kernighan DFA awk Brian Kernighan DFA GNU awk Arnold Robbins DFA NFA MKS awk Mortice Kern Systems POSIX NFA mawk Mike Brennan 153 167 2002 Processing Mechanism on Regular Expressions Yoshiyuki SAKAMOTO and Hiroyuki EDO awk NFA DFA DFANFA POSIX NFA DFA NFA NFA NFATcl, Perl, Python, GNU Emacs, ed, sed, vi, grep egrep, awk DFA egrep,

More information

はじめに 本 日 は 日 本 GNU AWK ユーザー 会 のブースに 来 て いただきありがとうございます 今 年 リリースされたばかりの xgawk 3.1.6 の 機 能 を 主 に 紹 介 させていただいています ご 不 明 な 点 はスタッフまで お 気 軽 にご 質 問 ください また

はじめに 本 日 は 日 本 GNU AWK ユーザー 会 のブースに 来 て いただきありがとうございます 今 年 リリースされたばかりの xgawk 3.1.6 の 機 能 を 主 に 紹 介 させていただいています ご 不 明 な 点 はスタッフまで お 気 軽 にご 質 問 ください また awk から xgawk へ 日 本 GNU AWK ユーザー 会 はじめに 本 日 は 日 本 GNU AWK ユーザー 会 のブースに 来 て いただきありがとうございます 今 年 リリースされたばかりの xgawk 3.1.6 の 機 能 を 主 に 紹 介 させていただいています ご 不 明 な 点 はスタッフまで お 気 軽 にご 質 問 ください また 本 日 の 内 容 は 後 日 以

More information

2

2 1 2 3 4 5 6 7 8 9 10 11 12 ( ) RAND [OK] 0 1 13 14 15 16 17 18 19 20 21 1 22 23 24 25 26 27 28 ( ) DDE ( ) ( ) ( ) ( ): ( ): ( ): 29 30 1 1 1 1 31 32 33 34 35 36 37 38 39 40 41 : : : : : ( ) : : 1 42 43

More information

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni 2015 8 1 ( ) Unix 1 *1 Unix Unix Unix Perl, Python *2 Unix 2 PC gnuplot *1 100 10 10 6 10 = 10 7 1 1/3 3 10 7 10 7.5 1 24 3600 = (30 6)(30 + 6) 100 = 86400 1 10 7.5 *2 Perl, Python Python 1 Unix * 3 PC

More information

/

/ / 1 UNIX AWK( ) 1.1 AWK AWK AWK A.V.Aho P.J.Weinberger B.W.Kernighan 3 UNIX AWK GNU AWK 1 1.2 1 mkdir ~/data data ( ) cd data 1 98 MS DOS FD 1 2 AWK 2.1 AWK 1 2 1 byte.data 1 byte.data 900 0 750 11 810

More information

Bayonを使って 登録タグでニコマス分類

Bayonを使って 登録タグでニコマス分類 データクラスタリング bayon というツールを使って 登録タグの情報から動画をグループ化する ( データクラスタリング ) 動画 ID を元に同じグループの動画を検索できるようにする 代表的な登録タグについて グループ化された動画を検索できるようにする CentOS5 をインストールした PC 本体が用意できなければ VMware Player 等を利用 文字コードは UTF-8N(BOM なし

More information

2001 ElispExpectPerlPythonTcl videlphiemacsbrief Visual C++Nisus Writer Jeffrey E.F. Friedl PerlPython this. this _ [...] [...] [ ] 210

2001 ElispExpectPerlPythonTcl videlphiemacsbrief Visual C++Nisus Writer Jeffrey E.F. Friedl PerlPython this. this _ [...] [...] [ ] 210 209228 2001 How to Master Regular Expression SAKAMOTO Yoshiyuki and EDO Hiroyuki Awk 209 2001 ElispExpectPerlPythonTcl videlphiemacsbrief Visual C++Nisus Writer Jeffrey E.F. Friedl PerlPython this. this

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

統計数理研究所殿

統計数理研究所殿 統 計 数 理 研 究 所 統 計 科 学 スーパーコンピュータシステム 並 列 計 算 機 サブシステム 利 用 の 手 引 き 第 1.2 版 1.0 2004.02.27 1.1 2004.03.12 1.2 2004.06.28 MI MI 1.... 1 1.1... 1 1.2... 2 1.3.... 3 2.... 4 2.1... 4 2.2.... 4 2.3.... 4 3....

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

UnixText2.pptx

UnixText2.pptx Unix Unix! grep! sed! sort! cut! join! awk! (grep)! grep ' ' [...]! grep 'GO' 1433B_HUMAN.sprot!! 1433B_HUMAN.sprot GO grep '^FT' 1433B_HUMAN.sprot!! 1433B_HUMAN.sprot FT! grep -v! grep -i! grep -w!!!

More information

★20052G1.doc

★20052G1.doc Office I Office Application I: Word Processor Windows IME Word web 2002() FOM Programming C C C CQ Operating Systems I Windows, Linux OS I Linux OS Linux Linux vi X-Window i-node Linux/UNIX ISBN4-7973-2742-1

More information

UNIX

UNIX 2000 2 UNIX 2000 4 24 1 3 1.1 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3 1.2 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

More information

フィルタとは

フィルタとは フィルタコマンドの使い方 フィルタとは? 一般的にはフィルタとは, 与えられたものの特定成分を取り除いたり, 弱めたりする機能を持つものをいう ( コーヒーのフィルタ, レンズのフィルタ, 電気回路のフィルタ, ディジタルフィルタなど ). Unix では, 入力されたデータを加工して出力するプログラム ( コマンド ) をフィルタと呼ぶ. ここでは,Unix の代表的なフィルタコマンドとして次のものを取り上げる.

More information

262014 3 1 1 6 3 2 198810 2/ 198810 2 1 3 4 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1... 1... 2... 2... 4... 5... 9... 9... 10... 10... 10... 10... 13 2... 13 3... 15... 15... 15... 16 4...

More information

untitled

untitled 2008 6 No.3 2008 6 3. 2008 4 168-0064 4-19-4 2-C Tel.: 03-3327-9225 FAX: 03-6666-8560 E-mail: sgnm151@mx2.ttcn.ne.jp 1 / 16 2008 6 No.3 2 / 16 2008 6 No.3 3 / 16 2008 6 No.3 1213 4 / 16 2008 6 No.3 5 /

More information

2.4.7 \ AWK AWK......

2.4.7 \ AWK AWK...... AWK ogurisu@lagendra.s.kanazawa-u.ac.jp 2001 1 8 ( ): 1 2002 10 10 ( ): 1.1 AWK C Java AWK perl, ruby web AWK A4 A4 1 ( :p) 2 1 AWK 2 2 AWK 4 2.1 AWK............................... 5 2.2 AWK NR NF.....................................

More information

2 Seminario Print Exhibition

2 Seminario Print Exhibition Seminario Print Exhibition 2016 2 Seminario Print Exhibition Seminario Print Exhibition 3 4 Seminario Print Exhibition Seminario Print Exhibition 5 1 6 Seminario Print Exhibition Seminario Print Exhibition

More information

-2 gnuplot( ) j ( ) gnuplot /shell/myscript 1

-2 gnuplot( ) j ( ) gnuplot /shell/myscript 1 -2 gnuplot( ) j 2006 05 03 2006 05 12 2006 05 09 2 ( ) gnuplot /shell/myscript 1 1 shell script Level 1 myls #!/bin/sh # nowdir= pwd # if [ -f $1 -o -z $1 ] ; then echo "Enter pass" echo "ex) myls.sh./"

More information

リスト1 ローカルホストからリモートホスト 上 のシェルを 実 行 するシェル 1 #!/bin/ush -xve 2 # システム 名 :USPシステム 3 # サブシステム 名 : 仕 入 伝 票 4 # プログラム 名 :LV4 作 成 5 # 概 要 :LV3からLV4 作 成 < 親 シェ

リスト1 ローカルホストからリモートホスト 上 のシェルを 実 行 するシェル 1 #!/bin/ush -xve 2 # システム 名 :USPシステム 3 # サブシステム 名 : 仕 入 伝 票 4 # プログラム 名 :LV4 作 成 5 # 概 要 :LV3からLV4 作 成 < 親 シェ ユニケージ 開 発 手 法 コードレビュー USP 研 究 所 技 術 研 究 員 written by 大 内 智 明 Vol.25 ローカルホストからリモートホスト 上 のシェルスクリプトの 実 行 について 説 明 します 業 務 で 使 用 するサーバは ネットワーク 上 に 複 数 台 存 在 しています サーバ 内 で 起 動 する 処 理 は 自 身 で 処 理 が 終 了 する 場

More information

立ち読みページ

立ち読みページ 1 Try 4 Study 5 Study 9 Study 12 Study 13 Study 14 Study 16 Study 17 Try Again 20 4 11 1 1 2 3 4 5 6 2 7 8 9 10 5 6 3 3 1 2 3 4 5 6 4 7 8 9 10 7 8 9 1 10 2 3 4 5 7 8 6 9 1 2 10 1 2 3 4 5 6 7 8 9 10 11

More information

USP MAGAZINE 2014 August

USP MAGAZINE 2014 August ユニケージ開発手法 コードレビュー USP 研究所技術研究員 written by 大内智明 Vol.5 今回は 6 7 月号と続けて取り上げたテーマ 集中して発生するトランザクションの処理方法 に関する記事の最終回となります ユニケージ開発手法における配信用 LV3データを他サーバーへ配信する処理についてご説明します ポータルサーバーへ配信 まずは 本ページの図 1 をご覧ください 本部や店舗で発生したトランザクションを集積して

More information

フランス語教育実状調査報告書

フランス語教育実状調査報告書 1 2 s h i r a i k @ l a b. t w c u. a c. j p 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 3. SJLLF 1432 25% 358 25% 89 88 30 36 4 0. 9 % SJDF 612 25% 153 25% 38 39 39

More information

sed, awk 生物学で公開されるデータの形式の多くがascii text fasta, fastq, sam, bed, wig, その他独自の形式,... プログラムの入力や出力を整形する作業が生じる パールのようなもの に頼る Perl, Python, Ruby,... ( 小さな )gl

sed, awk 生物学で公開されるデータの形式の多くがascii text fasta, fastq, sam, bed, wig, その他独自の形式,... プログラムの入力や出力を整形する作業が生じる パールのようなもの に頼る Perl, Python, Ruby,... ( 小さな )gl 生物情報科学演習森下研 M1 鈴木裕太 sed, awk 生物学で公開されるデータの形式の多くがascii text fasta, fastq, sam, bed, wig, その他独自の形式,... プログラムの入力や出力を整形する作業が生じる パールのようなもの に頼る Perl, Python, Ruby,... ( 小さな )glue 言語としての sed, awk, bash 仮説を立てる

More information

総会日程 第1日 5月25日(水曜日)

総会日程 第1日 5月25日(水曜日) 2016 44 25 Supplement 1 1 5 25 9301030 10401140 12401510 43 2016 44 25 Supplement 1 2 1 5 25 16201705 17151815 Peter F. Lawrence 18251915 44 2016 44 25 Supplement 2 1 5 25 9301130 11451230 12401510 45

More information

5110-toku4-2c.indd

5110-toku4-2c.indd Linux 4 TOMOYO Linux Linus Torvalds 1 Linux 1,200 2010 8 Linux SELinux Smack TOMOYO Linux 3 AppArmor 2010 10 2.6.36 4 SELinux Smack 1980 TOMOYO Linux AppArmor pathname-based security SELinux TOMOYO Linux

More information

PLシリーズ オートカップリングコネクタ

PLシリーズ オートカップリングコネクタ Amphenol PL PL PL-500 PL-700 PL-500 13mm 14 PL-500SM-N PL-500SM-Z PL-500 P.3 PL-700 18mm 27 PL-700SM-N PL-700SM-B No. 1 2 4 6 PL-1300 PL-700 P.8 PL-1300EN-V IP67 6 PL-1300EN-V RJ45 9 P.3 5,000 Min. 12

More information

InfoPrint 5577/5579 ネットワーク設定ガイド(第5章 UNIX/Linux環境で使用する)

InfoPrint 5577/5579 ネットワーク設定ガイド(第5章 UNIX/Linux環境で使用する) 第 5 章 本章では ために必要な設定と LPD および FTP による印刷について説明しま す 設定方法は一例ですので 詳細はご使用のワークステーションのマニュアルを参照してください UNIX/Linux 環境で印刷するまでの手順 IP hosts hosts 5-1 IP アドレスの設定 IP アドレスを設定した後は TELNET で本製品の詳細設定を行ってください TELNET については 第

More information

InfoPrint 5577/5579 ネットワーク設定ガイド(第4章 UNIX/Linux環境で使用する)

InfoPrint 5577/5579 ネットワーク設定ガイド(第4章 UNIX/Linux環境で使用する) 第 4 章 本章では ために必要な設定と LPDおよび FTPによる印刷について説明します 設定方法は一例ですので 詳細はご使用のワークステーションのマニュアルを参照してください UNIX/Linux 環境で印刷するまでの手順 IP hosts hosts 4-1 IP アドレスの設定 IP アドレスを設定した後は TELNET で本製品の詳細設定を行ってください TELNET については 第 5

More information

025-052_後藤光男.indd

025-052_後藤光男.indd 14 2 2013 12 25 1 1 2 2 1 2 3 1 2 4 1 1966 1 2 2 1 2 2006 56 26 3 2013 2 2013 3 3 1 2 3 1960 10 12 65 56 86 130 3 3100 1979 7 4 2 3 2013 90 3 3 2013 162 4 57 9 22 1055 7 27 56 86 7 1 8 9 2 7 1 8 9 2 22

More information

Automatic Processing System on Internet Text Messages Hiroyuki EDO abd Yoshiyuki SAKAMOTO 1 Return-Path: Return- Path: RFC822: Standard f

Automatic Processing System on Internet Text Messages Hiroyuki EDO abd Yoshiyuki SAKAMOTO 1 Return-Path: Return- Path: RFC822: Standard f 163 177 2000 Automatic Processing System on Internet Text Messages Hiroyuki EDO abd Yoshiyuki SAKAMOTO 1 Return-Path: Return- Path: RFC822: Standard for ARPA Internet Text Messages 163 2000 RFC822:ARPA

More information

リザルト集約

リザルト集約 Page 1/26 Page 2/26 Page 3/26 Page 4/26 Page 5/26 Page 6/26 Page 7/26 Page 8/26 Page 9/26 Page 10/26 Page 11/26 58 1 2 48 48 48 1 31 1 1 47 56 1 50 28 27 58 26 27 26 95 27 27 9 9 1 56 47 47 58 48 26 56

More information

3.1 (Perl ) Table::Hack II Table::Hack saikoro

3.1 (Perl ) Table::Hack II Table::Hack saikoro Table::Hack : bin4tsv@gmail.com 2018 6 24 ( ) CPAN Table::Hack 25 I Table::Hack 2 1 ( ) 2 1.1......................................... 2 1.2............................ 3 2 3 2.1......................................

More information

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè3²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè3²ó 3 2011 5 25 :gnuplot 2 / 26 : 3 / 26 web server accesslog mail log syslog firewall log IDS log 4 / 26 : ( ) 5 / 26 ( ) 6 / 26 (syslog API ) RRD (Round Robin Database) : 5 1 2 1 1 1 web 7 / 26 web server

More information

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 Abstract DNS AAAA Query A/AAAA Query DNS All rights reserved. Copyright(c)2006 WIDE Project 2 AAAA Query

More information

IP S ( :H ) ( ) ( :H22 4

IP S ( :H ) ( ) ( :H22 4 90 30 440 8515 4 101 0532 54 5111 0532 53 1379 IP 1. 2. 3. 11 1 1. 2. 12 0 1 2 3 8 0 8 0 8 S 5 5 0 5 2 1 13 0 5 0 4 (:H22 4 28 ) 1 1 0 5 () (:H22 4 28 ) 1 2 5 0 (: ) ー (: ) ー1 0 0 0 0 (: ) 1/26 50P7 21

More information

untitled

untitled 1. 2. 3. 1...1 2 DNS...1 2.1...1 2.2...2 2.3...3 2.3.1...3 2.3.2...3 2.3.3...4 2.3.4...5 2.3.5...5 2.4...5 3...6 4...6...8 1....8 2....8 3....8 4....9 5....9 6....9 6-1. conf...10 6-2....14 6-3....16 6-4....17

More information

PowerPoint Presentation

PowerPoint Presentation 大規模計算機システム利用講習会スーパーコンピュータ利用入門 大阪大学サイバーメディアセンター大規模計算研究部門吉野元 yoshino@cmc.osaka-u.ac.jp 参考資料 大規模計算機システム利用講習会スーパーコンピュータ利用入門 (2013 年 9 月 10 日 ) 大阪大学サイバーメディアセンター大阪大学情報推進部情報基盤課研究系システム班 2 目 次 UNIX 環境を利用するための基礎知識

More information

note.dvi

note.dvi 1 1 1.1,.,,.,.,, CPU LSI.,.,,, Nintendo64, PlayStation 1, 2.,,,,. 1.1.1,.,.,.,.,..,.,....... 1,, Nintendo64. PlayStation SONY Computer Entertainment. 2., CPU PlayStation2 SONY Computer Entertainment, Pentium3

More information

多くのコマンドやソフトウェアは 1 なんらかの情報を受け取り 2 処理し 3 結果を出力する ( 前ページの図 ) cat の処理結果は端末ウィンドウに表示されるが これは cat が結果を標準出力に 吐き出した ( 出力した ) からである 通常 標準出力に吐き出された情報は端末ウィンドウ に表示

多くのコマンドやソフトウェアは 1 なんらかの情報を受け取り 2 処理し 3 結果を出力する ( 前ページの図 ) cat の処理結果は端末ウィンドウに表示されるが これは cat が結果を標準出力に 吐き出した ( 出力した ) からである 通常 標準出力に吐き出された情報は端末ウィンドウ に表示 生命情報科学専門自習 2 Perl を使わないでテキスト処理 2. フィルタによるテキスト処理 2 回生前期の実習でプログラミング言語 Perl を学んだ 1 しかし 簡単なテキス ト処理は長いプログラムを作成するまでもなく UNIX のコマンドを複数組み合わせるだ けで実現できることが多い 入力されたテキストを加工して出力するコマンドをフィルタと呼ぶことがある UNIX にはフィルタが多数用意されている

More information

UNIX version Copyright c Daikoku Manabu 1 UNIX 1.1 UNIX UNIX UNIX OS Windows UNIX UNIX UN

UNIX version Copyright c Daikoku Manabu   1 UNIX 1.1 UNIX UNIX UNIX OS Windows UNIX UNIX UN UNIX version 1.04 2002 7 25 Copyright c 2001 2002 Daikoku Manabu http://www.gin.or.jp/users/daikoku/ 1 UNIX 1.1 UNIX UNIX UNIX OS Windows UNIX UNIX UNIX AIX HP UX Solaris Linux FreeBSD MacOS X Linux UNIX

More information

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI 2017 1 2017 -September I ll remember- 1,2 Linux 6 Linux Linux 2 3 Linux 2 (OS) Windows MacOS OS MacOS Linux 3 Windows Windows ( ) 1. Bash on Ubuntu on Windows ( Windows 10 ) 2. cygwin ( ) 3. VM Ware Linux

More information

解きながら学ぶC言語

解きながら学ぶC言語 printf 2-5 37 52 537 52 printf("%d\n", 5 + 37); 5370 source program source file.c ex00.c 0 comment %d d 0 decimal -2 -p.6 3-2 5 37 5 37-22 537 537-22 printf("537%d\n", 5-37); function function call ( )argument,

More information

六大戦プロ編集用.PDF

六大戦プロ編集用.PDF +0 +2.0 +0.8 109 155 100 104 106 156 104 109 +0 0.6 109 160 103 106 103 159 102 102 161 105 111 114 105 161 10 13 12 11 157 105 150 158 111 11 112 10 164 107 10 12 13 15 11 14 165 166 16 115 113 SC 157

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.09.10 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 1 / 59 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 2 / 59 Windows, Mac Unix 0444-J furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 3 / 59 Part I Unix GUI CUI:

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.06.04 2018.06.04 1 / 62 2018.06.04 2 / 62 Windows, Mac Unix 0444-J 2018.06.04 3 / 62 Part I Unix GUI CUI: Unix, Windows, Mac OS Part II 2018.06.04 4 / 62 0444-J ( : ) 6 4 ( ) 6 5 * 6 19 SX-ACE * 6

More information

i * * UTMC UTMC PRESS UTMC UTMC 2012 UTMC MASA

i * * UTMC UTMC PRESS UTMC UTMC 2012 UTMC MASA UNIX The Open Group OS Solaris Sun Microsystems, Inc. OS Linux Linus Torvalds OS BSD UNIX (UCB) Berkley Software Distribution OS Apple, Macintosh, MacOS Apple Inc. MS-DOS, Windows95, Windows98, WindowsNT,

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

Count in Crimes

Count in Crimes Count in Crimes TU TU TU TU TU TU TU TU TU TU Count in Crimes 1 TU TU TU TU TU TU TU TU TU 75 4 520 TU TU TU TU Count in Crimes 2 TU Count in Crimes 3 TU TU TU TU TU TU TU TU Count in Crimes 4 TU TU TU

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Linux の基本操作 九州工業大学藤井聡 menu Linux の最低限の基礎 Linuxについて Linuxコマンド ソフトウェアのインストールから実行まで MACS2 で実践 Linux かぁ 次世代シーケンサ (NGS) に関係するソフトウェアが Windows で選択とクリックだけで済むものが少なく 解析できる手法にも限界が Linux 使えば良いと聞くが どうやって扱っていいのか Linux

More information

Taro-cshプログラミングの応用.jt

Taro-cshプログラミングの応用.jt c s h プログラミングの応用 0. 目次 1. 課題 課題 1 : 与えられたパス名からディレクトリ名とファイル名を分離し出力せよ 課題 2 : オプション (-in) の後に続く文字列とオプション (-out) の後に続く文字列をそれぞれまとめる オプションの指定がなく文字列から始まるとき -in を仮定する 課題 3 : 複数のファイルから与えられたパターンとマッチする文字列を含む行を取り出せ

More information

日本語ドメイン名運用ガイド

日本語ドメイン名運用ガイド 2001/08/28( ) 2003/09/04...2....2....2 DNS Web...3....3. ASCII...3...4....4....4 DNS...5....5....5....5.....5.. named.conf...6.....6.. DNS...7. RACE...8 Web...9....9....9....9.....9.. httpd.conf...10..

More information

Asterisk PBX 不正利用防止

Asterisk PBX 不正利用防止 Asterisk PBX ICTR120716-OR01A Info Circus,Inc. 1 2 2 IP-PBX 3 2.1........................... 3 3 IP-PBX 4 3.1........................................... 4 3.2..................................... 4 3.3..............................

More information

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL 2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL   2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b II 5 (1 2005 5 26 http://www.math.meiji.ac.jp/~mk/syori2-2005/ UNIX (Linux Linux 1 : 2005 http://www.math.meiji.ac.jp/~mk/syori2-2005/jouhousyori2-2005-00/node2. html ( (Linux 1 2 ( ( http://www.meiji.ac.jp/mind/tool/internet-license/

More information

untitled

untitled -3 1 19413-1 -2-3 -4-5 -6-7 -8-9 -10-11( -12-13 -14-15 1 2 3 4 6 7 8 10 11 12 13 14 15 17 18 21 22 23 24 26 27 28 ( 33 40 56 58 2 7 9 14 17 19 30 40 50 60 10 S47 S46 S42 S45 H4 H421 H5 H6 H6 H9 ( S33 S33

More information

wide90.dvi

wide90.dvi 12 361 1 (CPU ) Internet TCP/IP TCP/IP TCP/IP Internet ( ) (IP ) ( ) IP 363 364 1990 WIDE IP Internet IP IP ( ) IP Internet IP Internet IP IP IP IP IP IP IP Internet Internet 1.1 2 Internet Internet Internet

More information

book-review.dvi

book-review.dvi 2005 4 Version 0.9α.,.,.,,.,,,.,,.,,,, C,.,. ISBN ISBN,., WEB. 1 [1] ISBN 4-00-116340-3.,,. [2] L. Goldschlager and A. Lister ( ),, 1987 2,600 + ISBN 4-7649-0284-2,,,.,. [3] 1998 2,700 + ISBN 4-88552-149-1..

More information

『戦時経済体制の構想と展開』

『戦時経済体制の構想と展開』 1 15 15 17 29 36 45 47 48 53 53 54 58 60 70 88 95 95 98 102 107 116 v 121 121 123 124 129 132 142 160 163 163 168 174 183 193 198 205 205 208 212 218 232 237 237 240 247 251 vi 256 268 273 289 293 311

More information

目次

目次 1... 2 2... 3 3... 4 4... 6 5... 7 6... 9 7... 10 8...11 9... 12 10... 13 11 VPN... 16 12LAN PC / /... 19 13... 22 14PC... 23 15... 24 16... 26 17Web... 27 18... 29 19... 30 20... 32 21... 34 22... 36

More information

総セク報告書(印刷発出版_.PDF

総セク報告書(印刷発出版_.PDF - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - IP 110 110 IP 110 110 - 12-110 2 IP 3 1 110 2 IP 3 1 - 13 - - 14 - IP - 15 - 17 11-16 - - 17 - - 18 - FAX (*1) http://www.kantei.go.jp/jp/singi/titeki2/kettei/040527f.html

More information

web07.dvi

web07.dvi 93 7 MATLAB Octave MATLAB Octave MAT MATLAB Octave copyright c 2004 Tatsuya Kitamura / All rights reserved. 94 7 7.1 UNIX Windows pwd Print Working Directory >> pwd ans = /home/kitamura/matlab pwd cd Change

More information

1-3_二階堂.indd

1-3_二階堂.indd Unicode Web JIS X JIS JIS GB BigKSC JIS JIS JIS JIS X JIS JIS Unicode OS Windows /XP Mac OS X Linux Unix OS MS Word MS Power Point Unicode Unicode Web Google http://www.google.co.jp/ Google Unicode Yahoo!

More information

C V C 6 1 6.1.............................. 1 6.......................... 3 6.3..................... 5 6.4 NULL............................. 8 6.5......................... 9 6.6..............................

More information

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information

Ps22Pdf

Ps22Pdf ( IP) /. 2. :, 2004 (. ) ISN 7-5077-2106 -X.......... G726. 9-44 IP ( 2004 ) 057470 : : : : : : 2 1 : 100078 : : 787mm 1092mm 16 : 7. 5 : 180 : 2006 7 2 : 2006 7 3 : 00001 10000 : 100. 00 ( 10 ) ( ) (

More information

I.,, 5 経済物理学とその周辺研究会

I.,, 5 経済物理学とその周辺研究会 経済物理学とその周辺研究会 2016-08-29 ( ) 1 I.,, 5 経済物理学とその周辺研究会 2016-08-29 2 / Ø (cf. ) n Unix, R, Pandas, Excel, SQL, Hadoop Ø Ø 経済物理学とその周辺研究会 2016-08-29 3 n u Excel 104.9 black-box u R Pandas u DB(SQL ) u Unix/Linux

More information