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: 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: 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...
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: Hi, I was wondering if anybody knew how to make a shell script that will make a backup of a file example (mv out out.bak) but the next time you run th...
Summary: Hi guys, I am very new to the shell scripting .... I have a text file with 5 columns and all colums are seperated by some spI need to capture all indi...
Summary: hi, i have an entry: FileName=/home/mqm/adr10098/sample.dat in a file. I want to open this file, search for "FileName=" and then replace the value wit...