Hi, I want to practise Unix korn shell scripting which i
learnt 2 yr bfr. plz suggest software i can use to practise.
Answer / subash
you can use CYGWIN which can be installed on various Windows platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What are the different methods available to run a shell script?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
What are the default permissions of a file when it is created?
Is cmd a shell?
Explain about gui scripting?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What is a shell in operating system?
What is the purpose of scripting?
determine the output of the following command: echo ${new:-variable}