What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / guest
Chile process will inharite the variable and its value v/s
will not inharit
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain about echo command?
write a shell script to check the failed jobs?
What are filters explain sort with all the options available?
Write a script to print the first 10 elements of fibonacci series.
Why should we use shell scripts?
How to write a function?
What is k shell?
How do I edit a .sh file?
What is echo $shell?
What is the significance of the shebang line in shell scripting?
Can we run shell script in windows?
Explore about environment variables?
What lives in a shell?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What's the difference between scripting and coding?