gfcd changes Gfarm working directory to the directory specified in the argument. If no argument is specified, working directory is changed to the user's home directory that is gfarm:/global_user_name.
To use this command, please add the following setting to the shell rc file of each user.
gfcd() { eval "`gfsetdir $1`"; } |
alias gfcd 'eval `gfsetdir \!*`' |