Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
HP,
5 9955Script 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.
2 10055Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram
1 5833I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
2220How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
4 8151Post New Shell Script Questions
What is the significance of the shebang line in shell scripting?
How do I start a shell script?
Write the syntax for "if" conditionals in linux?
What is scripting autism?
Is bash an operating system?
How will you print the login names of all users on a system?
What does egrep mean?
What will happen to my current process when I execute a command using exec?
I have 2 files and I want to print the records which are common to both.
Where is bash history?
How to find all the files modified in less than 3 days and save the record in a text file?
How to print all array elements and their respective indexes?
I want to connect to a remote server and execute some commands, how can I achieve this?
What happens on a system call?
Print the 10th line without using tail and head command.