Re: 問題ID:15140 patch -C
arashi1977
居住地: 広島
投稿数: 1715
手元の環境でも -C はダメみたいですね
現時点では --dry-run が正解みたいですね。
LPICの本試験でも --dry-run になってるのかな?
$ patch -v
patch 2.6.1
Copyright (C) 1988 Larry Wall
Copyright (C) 2003, 2009 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
written by Larry Wall and Paul Eggert
$ patch -C
patch: invalid option -- 'C'
patch: Try `patch --help' for more information.
$ patch --help
Usage: patch [OPTION]... [ORIGFILE [PATCHFILE]]
(略)
Miscellaneous options:
(略)
--dry-run Do not actually change any files; just print what would happen.
LPICの本試験でも --dry-run になってるのかな?
投稿ツリー
-
問題ID:15140 patch -C
(ゲスト, 2014-6-18 10:45)
- Re: 問題ID:15140 patch -C (arashi1977, 2014-6-18 13:22)
- Re: 問題ID:15140 patch -C (ゲスト, 2014-6-18 13:47)
- Re: 問題ID:15140 patch -C (staff, 2014-6-19 11:34)