Porting to OS/2: Install find, sed, diff, grep, awk and patch
GNU find
You can get here,
// ----- 2014/12/23
unzip gnufind.zip -d findcd findcopy exe\*.exe x:\usr\bincopy exe\*.cmd x:\usr\bincopy exe\*.dll x:\usr\dll
Unzip into x:\usr.
- unzip findutils-4.4.2-os2-20111010.zip -d x:\usr
// -----
BTW, OS/2 has already find.exe, so you should rename one of those to avoid conflicts. Or add x:\usr\bin to the first of PATH.
- set PATH=x:\usr\bin;%PATH%
GNU sed
// ----- 2014/09/08
unzip sed-3_02-r2-bin.zip -d x:\usr
Unzip into x:\. Then move x:\bin\sed.exe to x:\usr\bin.
- unzip sed-4_0_5-bin.zip -d x:\
- move x:\bin\sed.exe x:\usr\bin
// -----
GNU diff
Unzip this into x:\.
- unzip diffutils-5.8.1 -d x:\
GNU grep
Unzip into x:\usr.
- unzip grep-2_4_2-r2-bin.zip -d x:\usr
// ----- 2016/01/04
You can get newer versions of GNU grep from hobbes.
// -----
GNU awk
Unzip into x:\usr.
- unzip gawk-3_1_0-bin.zip -d x:\usr
// ----- 2016/01/04
You can get newer versions of GNU awk from hobbes.
// -----
GNU patch
// ----- 2014/09/08
unzip gnupatch -d patchcd patchcopy binos2\patch.exe x:\usr\bin
Unzip this into x:\usr.
- unzip patch-2_5_4-bin.zip -d x:\usr
// -----
BTW, OS/2 has already patch.exe. So you should do like the above find.
댓글
댓글 쓰기