How to make userdefined variables to available for all
other shells?
Answers were Sorted based on User's Feedback
Answer / guest
By exporting the variable
export VAR=value_of_the_variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / biswaranjan
sorry the above ans ps1 is wrong by mistaken i sent it
| Is This Answer Correct ? | 1 Yes | 0 No |
how did u debugging in unix/ linux platform ??( project Related)
How important is shell scripting?
What is an sh file?
What is shell terminal?
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.
How do I open the shell in cmd?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
What is console line?
what is the difference between writing code in shell and editor?
Can shell script run on windows?
What does echo $0 do?
Explain about shebang?