tips mainly for Houdini

Commands

Switch Version

If you made simlink when you installed Houdini, you can simplify directory path to jump to:


if (($1 == 16)); then
	cd /opt/hfs16.0
elif (($1 == 17)); then
	cd /opt/hfs17.0
fi


Function

Unlike alias, a function can take arguments.


H()
{
	if (($1 == 16)); then
		cd /opt/hfs16.5
	elif (($1 == 17)); then
		cd /opt/hfs17.0
	fi
	source houdini_setup
	houdinifx
}


Write above to a bash file read on start-up.
Then, type

H 16
or
H 17
タグ

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

管理人/副管理人のみ編集できます