What is meant by dos operating system?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a shebang line?
Give some situations where typing error can destroy a program?
What are environment variables?
how can you execute the shell scripts?
whta is the use of "exec" command?
What is "test"? How it is used in shell scripting?
what is this line in the shell script do ?#!/bin/ksh
What is the best scripting language?
How to print all the arguments provided to the script?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
determine the output of the following command: echo ${new:-variable}
What is the difference between scripting and coding?