Summary: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.k...
Summary: my problem is i want to replace a line in a file e.g i want to replace the line DBUID= (some name) with DBUID=$user variable file name is sample.ksh...
Summary: Hi, I'm a beginner script user. It there any shell script example where I could reference on how to check a file in a directory is there before overwr...
Summary: Hello, I am new to UNIX. Now I am learning it. I dont know how to read txt files in UNIX system and edit. Please post the commands for read and edit w...
Summary: Hi guys this my sample file sample.ksh DBUID=testdatabase DBLOC=wm4r2 i want replace DBUID=testdatabase by DBUID=$myvariable (i.e myvariable=arundata...
Summary: I want to send an attachment in a mail, in a unix script mail -s "subject" user@outlook How can i attach a file in the e-mail. Any advice will be gre...
Summary: Hi, How to convert a text file (which is tab delimited) into an .xls file. in unix scripting. I tired renaming the extension of .txt into .xls. It see...
Summary: Hi folks, Does anybody know how to list a directory in real time. (sort of what tail -f would do for a file), I need to be able to constantly poll a d...
Summary: Hi, I have a file which has lines as follows. /dev/udb/raw305 /dev/udb/raw306 /dev/udb/raw307 Now i want these lines to be edited as DEVICE '/dev/udb/...
Summary: how to write a shellscript which can do that. That display on the screen -how many user logged in -newlogins since last sample -who has logged out...
Summary: How do i read binary files in Unix and as i know that counting the number of records in a file could be done using WC command, but how to use it for c...
Summary: Hi, Im practicing unix in uwin software(AT&T Unix version) and I've already familiarized myself with the basic commands. However,I have no idea ho...
Summary: Hi, How to parse a file that has more than 199 columns. 'awk' fails when line is having more than 199 fields. Is there a way to resolve this...what ...
Summary: How to disconnect DB connectivity in a UNIX script. I have connected to a DB using sqlplus command in UNIX shell script. I need to know how to check t...
Summary: Hi, I would like to replace all "mytestcase" with a variable $name. I have a for loop that reads: foreach newname ('more name_list') set name= $newna...
Summary: Hi There I have created a small script to extract data from an table and output to txt file. Since the table contains more 100 columns I want to selec...
Summary: Hi, I would like to know how to convert a text file in UNIX to HTML using awk? For example, my file has the following contents : Name Age A 23...
Summary: Hi Folks, I am working on Oracle APPS and new to shell script. I need to write a shell script to find the oldest file (based on naming convention dat...
Summary: Hi, Can any one tell me how to extract a between the brackets? My scenario is I have three line like: Queue(FirstQueuename) Queue(SecondQueuename) Que...
Summary: Hey Alll I need a help again from u all guys i have RS 6000 server with AIX 4.3.3 OS and with external storage (multipack) with 12 Hard disk d...
Summary: Which is why you use a program like john the ripper to try all the diffrent combos =) http://www.openwall.com/john/ Not sure if it has QNX support tho...
Summary: How to obtain a process name (note: name, not id) from the current processes are running on the sys ? say, if we use ps -ef then the last argument is ...
Summary: Hi all, I have 10 directories, each directory have the file serial.txt. How do I collect all of the directory have new file update today and I will ta...