Summary: Hello Everyone, I am a total beginner in UNIX and have to write this huge shell script in bash shell. The script is to create a spellingchecking progr...
Summary: Hi all, I would really appreciate some help to create a bash shell script to do this: 1. run a ping command (e.g. ping -c 10 {ServerName}) 2. (TEST1) ...
Summary: how can i write a shell script that achrives all of my bash shell scripts. it searches thru all the files and subfolders in my home directory, and tar...
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! I have a problem with my shell script. I need a script that rename files like: File.001.txt File.002.txt File.003.txt to File.51.txt File.52.txt ...
Summary: First, generally, $1 is the first command argument of your script. (I say, generally, because the unix set comamnd can change $1, $2, etc. I'll igno...
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: I do apologize..this is all very new to me..my first class..trying to get through some assignments..I am working on 8 different scripts right now 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...