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: 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: 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: Hi Im trying to concatenate a specific file from each day in a year/month/day folder structure using Bash. The file structure ends up like this: 2009...
Summary: Hi, I have an env file with multiple lines separated by semicolon. I would like to retrieve a particular line from the file, extract each field separa...
Summary: I need to remove trailing blanks from a text file . Each line is long 1024 characters and only the first part (about 100 char) is meaningful and I hav...
Summary: How do you copy a file from a floppy disk to a SCO Unixware server? How do I refer to the floppy drive in my cp command? Does Unix use drive letters...
Summary: The man pages mention that tar has a --delete option, to remove files from a tarfile, but its not clear on how it is to be used. Any insight/example...
Summary: newbie here, Need some help in getting Unix to run a script to grab a file from an NT box. Thanks in advance and I hope I've provided pertinent info....
Summary: Hi I have a script that reads from a text file and in the script I have conditional statements. The script works if I create a text file from scratch,...
Summary: Hi all, I'm trying to write the first 50 rows from file A to a new file. By using 'head -50 fileA' i know i get to see the first 50 rows of that file....
Summary: Hi all, I need some help. I must read a txt file create in windows o.s. from pl/sql Stored procedure (oracle 9i) on solaris o.s.Can you help me?thanks...
Summary: hi first create txt file like txt.txt Open Ip addresss username pwd --if want to upload a file then put filename --if want to download a file get fil...
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: Hi all, I have a text file and I want to clean up the file by only print those lines start with the date. Is there anyway I can do that? Code: [?...
Summary: I am trying to FTP an excel file from NT box to Unix box using a Cntl-M script. The FTP is sucessful, but the file cannot be openend on the unix box. ...
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: Srini, one way to do this will be to have a BAT file on your NT and the bat file would just call an ftp script which sits on your NT. example: the ba...