Saved Bookmarks
| 1. |
What Is The Difference Between Writing Code In Shell And Editor? |
|
Answer» CODE in the SCRIPT (SHELL is interpreted) as shell is a interpreter where as editor is not interpreter CERTAIN set of commands(predefined) are USED to handle editor. Code in the script (Shell is interpreted) as shell is a interpreter where as editor is not interpreter certain set of commands(predefined) are used to handle editor. |
|