![]() Related Questions Latest Answer : by using : exec Latest Answer : Broadly categorised in 3 for while until ... Latest Answer : global variable is created using export command in ksh - export x='name' In csh its created using setenv command-setenv x 'name'this 'x' variable will be visible in current shell as well as in child shell also.local variable ... If you have a string "one two three", Which shell command would you use to extract the strings? When you login to a c shell, which script would be run first? (before the terminal is ready for the user) Latest Answer : cat test.txt | head -25 | tail -1 ... Latest Answer : in shell we cannot edit the text whereas in the editor it is possible to edit the text ... Read Answers (5) | Asked by : chitrabanu Latest Answer : echo enter a string read stringlen=`expr length "$string"`i=$lenreverse=''while [ $i -gt 0 ]dochar=`echo $string | cut -c $i`reverse="$reverse$char"i=`expr $i - 1`doneecho string:$stringecho reverse:$reverseif [ $reverse = ... Latest Answer : IF the Database is DB2 then the script is :db2 "connect to $dbname user $userid using $password" ... Read Answers (7) | Asked by : Brahma Reddy Thatiparthi Latest Answer : #! line states the interpreter to be used by the shell to interpret the script.Here, ksh interpreter is invoked for interpretation of the script. ... Read Answers (6) | Asked by : Max
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||