Summary: Hi iam new to scripting .I need a shell script that will run on the oracle server to perform the extract using SQLPlus. Use grep, sed, tr, awk, etc to...
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: Hi, I'm trying to run loops in shell scripts using the following script. loop=1 while [ loop -lt 10 ] do echo 'this is my $loop text-line' loop='expr ...
Summary: I'm completely new to shell programming. As this is quite urgent, please offer your help. Thanks a lot! If there is a text file which contains: 1. Amt...
Summary: I have a MS Word file with information about some people. I want to retrieve their email ids from this information and send them emails with a pre def...
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of t...
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: hello all, I have a file which has a string as follows:- bin i want 2 write a shell script which will replace this by /home/sandeep/bin. This shoul...
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: Hello, I'm a shell script learner. Could you do me a favor to tell me what is it. $(($*)) actually I don't understand the meaning of double quotes. wh...
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! I'm trying to use my shell script variables in my awk-line. Is not working! month3 is my variable and i'm aware that I can't use the $-prefix in a...
Summary: I'm sorry I forgot to mention that this is ksh. I only use ksh for shell scripting but the grep -w part will work at the command line also. ...
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: Hi i have written a shell script which runs some sql queries in oracle. the code looks like this sqlplus username@NJCMTOMS/password < $HOME/devel/o...
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: Hello Can anybody explain how I can ftp the reult of a sql script in a shell script that is executed via a cronjob??I would like the result to be se...
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: Please help me on two shell scripts: 1. the script simulates the ls -l command but prints only three columns of our choice. 2. the script makes a fil...
Summary: hi, I have a question. I'm doing a Korn Shell script. I want to find out the list of users who have either logged in or logged out during the period...
Summary: Hi all, I have a problem about developing shell script to extract words with regular expression. For example, I have one text file that contai...
Summary: Hi~ I'm running NetBSD-1.5.2 on the i386 platform w/ wscons enabled (virtual screens 0 thru 3) and am trying to add some C-shell scripting to my ~/.cs...