What is the difference between scripting and coding?
Answer / Dalveer Singh
Scripting and coding are related but distinct concepts. Coding refers to the process of writing software or programming languages in a general sense, where you create complex programs, applications, or algorithms from scratch. On the other hand, scripting involves writing smaller pieces of code that automate repetitive tasks or perform specific functions in an already existing software environment (such as shell scripts in Unix/Linux).
| Is This Answer Correct ? | 0 Yes | 0 No |
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
What is mac default shell?
what is the difference between writing code in shell and editor?
How can the contents of a file inside jar be read without extracting in a shell script?
What is the syntax of "grep" command?
What is the difference between bash and shell?
How do I save a powershell script?
What is the difference between a variable and value?
How to declare functions in unix shell script?
Write the syntax for "if" conditionals in linux?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What is meant by dos operating system?