シェル - 対比 - パスの追加

 クラウディア
1. パスの追加

1. パスの追加

 「/sbin」をパスに追加するとして  「tcsh」で記述する場合

setenv PATH ${PATH}:/sbin
 「bash」で記述する場合

PATH="$PATH":/sbin