Dell Optiplex GXa Solaris 8  x86  6/00

戻る




GNU textutils-2.1

標準的なUNIXコマンドの機能を便利に拡張させたバイナリ群。


以下のコマンド群が /usr/local/bin/ 内に新たにインストールされる。
(以下のリンクを辿るとmanを表示します)
	cat cksum comm csplit cut
	expand fmt fold head join
	md5sum nl od paste ptx pr
	sort split sum tac tail tr
	tsort unexpand uniq wc


必要なソフトウェア
	textutils-2.1.tar.gz  (31Jly.2002 Release)
	ftp://ftp.gnu.org/pub/gnu/textutils/
国内ミラー
	ftp://tron.um.u-tokyo.ac.jp/pub/GNU/prep/textutils/
	ftp://ftp.cs.titech.ac.jp/pub/gnu/textutils/
	ftp://core.ring.gr.jp/pub/GNU/textutils/


インストール

作業ディレクトリを作成する。
	$ mkdir /opt/src/gnu_textutils-2.1

作成した作業ディレクトリに移動する。
	$ /opt/src/gnu_textutils-2.1

アーカイブをダウンロードする。
	$ wget ftp://ftp.gnu.org/gnu/fileutils/textutils-2.1.tar.gz

解凍展開する。
	$ tar xozf textutils-2.1.tar.gz

展開されたディレクトリに移動する。
	$ cd textutils-2.1

cshやtcshを使っている場合はshになる。
	$ sh

最適化スクリプトを実行する。
	$ ./configure

コンパイルする。
	$ make

SuperUserになる。
	$ su
	password:

インストールする。
	# make install
	# exit



各コマンドに --help をつけると、簡単なマニュアルが表示され、 --version をつけると、
バージョンが表示される。