InterviewSolution
Saved Bookmarks
| 1. |
How long does a variable in a shell script last? |
|
Answer» VARIABLES inside shell scripts have a LIFESPAN of only as long as the EXECUTION LASTS. |
|