How does shell scripting work?
No Answer is Posted For this Question
Be the First to Post Answer
Write down the syntax for all the loops in shell scripting.
what does "kill -9" and "kill -1" do
What are the 4 basics of OOP?
What is shell prompt?
How to group the commands in shell scripting?
How to write a function?
What's the difference between scripting and coding?
What does echo $0 do?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
Write a shell script to get current date, time, user name and current working directory.
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
I want to connect to a remote server and execute some commands, how can I achieve this?