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 |
How do I read a .sh file?
How to open a read-only file in the shell?
What is a scripting language simple definition?
Explain about shebang?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
Write down the syntax for all the loops in shell scripting.
What are the 4 basics of OOP?
write a shell program to check wheather a given string is pallindrome or not?
How do I start a shell script?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.