Shell-script - How to change directory using shell scripting, Bash or ksh script to change a directory
How to change directory using shell scripting
To change directory in a shell script use "cd" command.echo "Enter the directory name:" read dirname cd $dirname
Enter the absolute path to change the directory.
The topic on Shell-script - How to change directory using shell scripting is posted by - Malu
Hope you have enjoyed, Shell-script - How to change directory using shell scriptingThanks for your time