Summary: Any help >>>>on my Bourne shell script >>>>is appriciated!!! the requirement is: a shell script that will check the spelling of a file and append the ...
Summary: I want to write bourne shell script called clean.Clean should move all files in a specified directory that has not been modified after the specified d...
Summary: Hey, Please help me with this bourne shell script: the script prompts the user for a list of files and then runs the spell command on each of the fil...
Summary: Hi, I am new to unix. I need copies of written shell scripts so that I can learn and run them. If you can help please email me at yugos1@excite.com ...
Summary: Hello I have a question. I am trying to modify a bourne shell script to include some information as to capturing measuring statistics when a process i...
Summary: Hi. I am stuck in writing a bourne shell script. If someone could contact me by e-mail then i would give them the info. The reason as i haven't typ...
Summary: I need to check and see in a bourne shell script if a file that I want to process is open currently and being written to by another process. Any help ...
Summary: I am running 10 programs in UNIX environment. I run them by crontab. So far everything okay. Now my boss asked me to write a shell script so that I ...
Summary: Thanks Nails! I didn't know how to use Pearl in scripting. Can I use Pearl in Bourne shell script?? Would you share some of your bright ideas to proce...
Summary: You can go to www.bsd.org or www.openbsd.org www.freebsd.org or www.perl.org to get shell scripts and more also many collage's have unix programs you...
Summary: Dear, Would you please tell me how to write a Linux shell script so as to upload all files under my home directory on the Linux server (142.132.20.208...
Summary: Good afternoon, I need to create a Bourne shell script to have a pop up message display user's history every time they log in my system. The pop up ...
Summary: Write and design a Bourne shell script for the following specification Design and implement a script that provides line numbered contents of a file. W...
Summary: Hi, I wrote a script to check 2 files for plagiarism. the script is ran like that: script.sh file1 file2 it works fine but I just realised that it ha...
Summary: $# gives the number of command-line arguments ($1, $2, $3 etc). For example if you run: myscript banana piano 42 then within the script, $0 = /some/pa...
Summary: I use Perl for all of these types of requirements. The core Perl libraries are usually on all Linux and UNIX system because part of the standard OS u...
Summary: I'm a student, and I have a hard time completing this term assignment, if anyone could help me I would appreciate it very much. I did my best to do i...
Summary: I want to drive a shell script that will search a word in a text file and then display the line contains that word. For example: I have the file name...
Summary: Hi, I'm trying to write one shell script which will get the first entry form an ascii file whose entries looks like : 121212 xxxxxx zzzzz The crite...
Summary: Hi, can anyone help me, I am doing an assignment and I'm having trouble figuring it out. First of all. I am using the Bourne shell and I need to displ...
Summary: I feel that this is pretty strait-forward, so I hope someone can help me out. I want to write a shell script inside the linuxrc file of an initrd imag...
Summary: Hi, I need an urgent help with a complex situation. I really appreciate your help! I have a parameter file like this. unix> cat script.par name=david ...
Summary: I need help on writing 2 shell scripts: 1) Write a shell script, to be called `keep', that will take any number of file names as arguments. It sho...
Summary: Thanks So this will give me the total execution time of the shell script in HH:MM:SS format but in this script have not considered the start time and ...
Summary: thanks man....this help. i'm really new to doin shell script and learning some of the command is so weird, compare to what i'm used to in regular pro...