New Shell Script Interview Questions :: ALLInterview.com http://www.allinterview.com New Shell Script Interview Questions en-us Please anyone suggest atleast 2 good training institutes in Hyderabad http://www.allinterview.com/showanswers/99289.html How to replace following lines, catch (DAOException e) http://www.allinterview.com/showanswers/96524.html How many prompts are available in a UNIX system? http://www.allinterview.com/showanswers/95331.html Devise a script that takes file name as arguement(which must present http://www.allinterview.com/showanswers/93044.html How to know that your remote server is ruing smoothly or not in unix? http://www.allinterview.com/showanswers/90397.html login to the remote server using ssh and use top -d1 command , it will show the load average on the server. Write a shell script in Linux to shift all characters in a file forw http://www.allinterview.com/showanswers/86119.html cat test.txt | tr '[a-z A-Z]' '[f-za-e F-ZA-E]' Hello all, This is my assignment on shell scripting, can anyone hel http://www.allinterview.com/showanswers/84668.html Write a shell program to test whether a given number is even or odd? http://www.allinterview.com/showanswers/84634.html echo -n "Enter numnber : " read n rem=$(( $n % 2 )) if [ $rem -eq 0 ] then echo "$n is even number" else echo "$n is odd number" fi How shell works? http://www.allinterview.com/showanswers/83519.html Shell is a program that takes commands as an input from the user and interact with the Operating system to execute those commands.Shell is a wraper around the Operating system and passes on the information in form of the commands to get the t wats the she bang statment with syntax? http://www.allinterview.com/showanswers/79587.html a shebang (also called a hashbang, hashpling, or pound bang) refers to the characters "#!. The shebang is looked for and used when a script is invoked directly. Because the "#" character is often used as the comment marker in sc How u convert string "hi pravin how are you?" to "Hi P http://www.allinterview.com/showanswers/78197.html Dear amlan Iwant answer which work for any string given. how is the oppurtunities for unix in the software http://www.allinterview.com/showanswers/77365.html Unix has a great oppertunites in IT fiels. Be it Development , Support ot Tech Support. write a shell script that counts a number of unique word contained i http://www.allinterview.com/showanswers/76028.html #!/bin/csh # Here tr -s ' ' replaces all multiple ' ' with single ' ' # next pipe the above stream to replace each ' ' with '\n' # next pipe the above stream to get a sorted list of words # then p how to read systems current date and time http://www.allinterview.com/showanswers/75137.html with $date command. is there any command to find user password? http://www.allinterview.com/showanswers/75136.html No way one can get the password of other user even if root also can not get the password unless untill there is an readble entry in /etc/passwd file. But for the super user, it doesn't need to know the user's passwrod to access his