Please anyone suggest atleast 2 good training institutes in
Hyderabad, INDIA where i can learn unix shell scripting.
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
How to find all the files modified in less than 3 days and save the record in a text file?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How to know that your remote server is ruing smoothly or not in unix?
What are the 4 basics of OOP?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
What is the syntax of "nested if statement" in shell scripting?
What is the difference between a variable and value?
What exactly is a shell?
What is a program shell?
How to check if the previous command was run successfully?