Summary: Hi, I need to run a command and hit 4 times in response to the prompts after the command is run. I don't know how to do this in a shell script. Could...
Summary: If this is a shell script, you can add set -x after the shell declaration line. Watch what is happening whil it runs. You might also try some echo sta...
Summary: Please help...I'm very new to Unix. I need a script (myscript)that takes the command line arguments and displays like: %myscript John Smith %Hello Joh...
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: Hi all, I am writing a unix script and am desperately trying to have it accept parameters not using the $1, $2,.. $9 way but by allowing arguments on ...
Summary: Hi sorry for my bad english i started to study 2 lessons ago unix /// teacher gave me to write programm and i dont' know what the problem maybe some o...
Summary: Hello: I want to learn how to write shell Scripts, I am not interested in learning C, I would just like to be able to write productive scripts. Is thi...
Summary: Hi, I have a file in the format of a listing of item numbers in one column in the (*.xls) -excel file. I would like to have an output in a different f...
Summary: i am a dummy in ksh now i need to write a script to join a some file, either by joining 50 files to one file, or join the files in one after timeout. ...
Summary: Could someone please tell me the cod eto list the total disk usage for a certain user on a unix system. I think I might need to use a pipe but am unsu...
Summary: Hi, I have a major doubt in scripts i.i if [ $MEET = '0' ] then echo " SENT " else if [ $MEET = '8' ] then echo "NOTSENT" fi fi This gave me a output...
Summary: thanks alot Guys for your help. I took Luke's advice and commented out the echo----" and it seems to run now. The problem i have is that its not retur...
Summary: Iam Beginner in scripting , I need help in scripting for Cshell (csh)environment In a directory , there is a file named test.txt , the test.txt file c...
Summary: Repost. Hi guru's, Please help in writing a script for calculating the time difference for the 1st and last row. Sat Sep 10 10:00:07 2005 Sat Sep 10 ...
Summary: hello, i have these files they all start from Red now in this file i wanted to grep last row and 5th column number and put that in some other file. i ...
Summary: I need to send an e-mail message in the followin format: mail inna_pyahoo.com < /tmp/test.htm The test.htm contains a table with values in it. When I...
Summary: I am new in scripting, this is what I have so far. #!/sbin/sh echo "File Path: $1\n" > 'filename.txt' echo "Database Path: $2\n" >> 'filename.tx...
Summary: Hi Sorry for my bad english... My problem is this: I have one file with few lines of text. i need to write programm that checking each line in this fi...
Summary: Hi Gurus, I am new to SOLARIS. I have taken a backup of a directory as # cd /backup/bkup # gzip -crvf /u03 >> u03.gz Now, how can i un gzip the archiv...
Summary: i have a data file with comma (,) seperated values. e.g: yash,yadav,ft,hyd,bang now i need to remove 1st 2 entries in this line. i.e. output should be...
Summary: Hi! I need to create a awk script to remove 2 form feed marks from the beginning of the file. To make sure it will not print 2 empty pages. I cannot m...
Summary: I have a txt file with description of many different variables, smt like: "....... $Start_engine -- starting engine $Kill_process -- kills a process $...
Summary: Hi, I was trying to install my 3DFX voodoo2 card using the instructions on the 3dfx page: http://www.3dfx.com/view.asp?IOID=106 . However, when I get...
Summary: How do i set up the files and directories in root for every time i try to run a program like make xconfig / load rpms off of cds or anything it comes ...
Summary: Hi, I need to be able to read one line at a time from a file and put it on the screen. I also need to be able to edit these lines if needed, and save ...