Copy infile to outfile through the pipe.
パイプを通して infile を outfile にコピーします。 - Python
nlmconv uses the GNU Binary File Descriptor library to read infile .
nlmconvはinfileの読み込みに GNU Binary File Descriptor library を利用している。 - JM
Then we disable the use of the LOAD DATA LOCAL INFILE command.
それから、LOAD DATA LOCAL INFILEコマンドの使用を無効にします。 - Gentoo Linux
infile and outfile are the source and output files respectively.
infileとoutfileはそれぞれ入力・出力ファイルである。 - JM
Code Listing5.2: Disable LOAD DATA LOCAL INFILE in the [mysqld] section
コード表示5.2: [mysqld]セクションにおいて、LOAD DATA LOCAL INFILEを無効にする - Gentoo Linux
Code Listing3.10: Loading in our data mysql LOAD DATA LOCAL INFILE '~/records.txt' INTO TABLE developers;Query OK, 3 rows affected (0.00 sec)Records: 3 Deleted: 0 Skipped: 0 Warnings: 0
コード表示3.10:データを読み込む - Gentoo Linux
This module implements some additional functionality over the built-infile objects.
このモジュールでは、組み込みのファイルオブジェクトの上にいくつかの追加機能を実装しています。 - Python
If you paste information into your infile from another source, it may convert your tabs to spaces. もし他の場所からデータを貼り付けた場合は、タブがスペースに変換されてしまっているかもしれません。 - Gentoo Linux
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.