How to modify the PATH variable and make it executable?
Answer Posted / swaroopa
use setenv command to set the path
eg: setenv PATH "/workingdir/"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a .sh file on mac?
Where is bash history?
What is the meaning of $1 in shell script?
How to pass an argument to a script?
What is a shell made of?
What is echo in shell?
Is shell script a programming language?
What is bourne shell scripting?
wats the deinitions for shell utility and filter?
Is bash an operating system?
How do I run a bin bash script?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How to open a read-only file in the shell?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is the crontab?