What is shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
How do I run a shell script in powershell?
What are the different types of commonly used shells on a typical linux system?
write a program to display all the files from the current directory which are created in particular month
What is gui scripting?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Explain about non-login shell files?
How do I run a powershell script?
What is the use of "test" command?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
write a shell script to find the largest number from 3 given numbers.
Explain about debugging?
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