Summary: Hi all, I am a very new user for korn scripting and in a process of learning. i have a .bat file that calls a .vbs file which calls a macro used to co...
Summary: I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a b...
Summary: Hi All, Thanks in Advance. My requirement is there are some data files to be updated(some times new files get created) regularly in server A, these fi...
Summary: Hello, I have a text file in following format. Separate blocks of data are there, they are separated by a blank line. There are NO blanks in between d...
Summary: If you're running the sh or ksh shell, it's . batch_file (that's dot-space-batch_file). Depending on what unix you have, try reading the man pages fo...
Summary: Before shutting down a database on Unix I want to run a bat file (NT). Can someone tell me what the shell code is to do this? Thank you in advance ...
Summary: I have written a batch file that calls plink and goes from my Windows box to a UNIX box (successfully). It also calls a .scr file (using plink's "-m")...
Summary: I really appreciate if any one can shed some idea on this.... I have SFU (Windows services for UNIX 3.x)installed and I would like to invoke a win32 ....
Summary: Hi Amrish If you want to call a shell script inside a script , You can directly enter the script filename at the place where you want to execute. Fo...
Summary: Hi there, I use cat *.txt > junk.lst to concatenate all the txt file in current directory into a big file called junk.lst for later processing, my pro...
Summary: You did not explain whether or not you get a new file each day (which is what I assume) or if you are appending to an existing file. Using the awk so...
Summary: If ! is your field separator, then the 7th field is 16042296. How do you get a date out of that? The 5th field is a date "20090805235959" and 60th f...
Summary: David does, however, make a good point that if you run this .bat file in Unix/Linux it will not run ;-) If, however, you are running it in DOS then if...
Summary: Hello, How can I update a property in a property file? I am using cat com/ams/einterfaces/custom/hutchison3guk/config/salesforceupload/SalesForceUplo...
Summary: anyone know how to attach a text file using sendmail? I know how to insert the file into the body, however I can't figure out how to attach the file....
Summary: Hi, You can use the syntax as given below: cat <full_path_of_file> | egrep -i 'Sun|Mon|Tue|Wed|Thu|Fri|Sat' You can also redirect the output the c...
Summary: Do i have any option of connecting to ftp only once and executing the for loop or sending the files one per one minute? my options will be 1.if poss...
Summary: I have a customer with SCO Unix and Windows . He has is a program that can create a large textfile. What he will use this program for is to create ...
Summary: Is there a way to update the contents of a file (this file contains a list of sqls) without piping it to a new file using a shell script ? I have 15 p...
Summary: I am comparing two files fine using diff as follows and manipulating the results: diff FileA FileB | sort -u > result How do I do the same for a sets...
Summary: Thanks a lot for your help! The max size of the binary file (Dump file) could be about 0.5 MByte. This is a packed binary data file. The output is as...
Summary: I need a script for the following criteria. I need to delete files older than the date I am passing in the arguments. E.g: Here are the file names in ...
Summary: A couple of weeks ago, I posted a script to compare the contents of 2 files and to print out the line number of any entry that was not in the second f...