This is the command apply-patch that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
프로그램:
이름
apply-patch - apply a patch against the current directory, automatically detecting the
patch strip level
개요
apply-patch PATCHFILE|URL
기술
apply-patch is a simply wrapper for the 패치(1) utility. It has two usability advantages
over using 패치(1) alone, in the simple case of applying a patch:
1) it automatically detects the patch strip level (the -p parameter to 패치(1))
2) it takes the patch file in as a parameter, rather than as a stream on STDIN
Note that PATCHFILE can also be an http or https URL, if you have the wget(1) 유틸리티
설치.
Use apply-patch online using onworks.net services