bash script to change directory

Table of Contents
#!/bin/bash
cd ~/FVCOM316/examples/inlet/run

The name of this script is say “cd_test.sh.” This script will not work with ./cdtest.sh. You need to source the file as:

$ . ./cd_test.sh

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください