Determine the output of the following command: name=shubham && echo ‘my name is $name’.
No Answer is Posted For this Question
Be the First to Post Answer
Is scripting and coding the same thing?
What are the different types of shell scripting?
wats the deinitions for shell utility and filter?
What is basename in shell script?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
Explain about stdin, stdout and stderr?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What is "test"? How it is used in shell scripting?
What are script files?
Why is the use of shell script?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?