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
What are the disadvantages of shell scripting?
What is shell chemistry?
How do I open the shell in cmd?
What are the different types of shell scripting?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is eval in shell script?
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
I have 2 files and I want to print the records which are common to both.
What is the use of .sh file?
What is k shell?
What is the default ubuntu terminal?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How to write a function?
Why is the use of shell script?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l