Summary: Hi, i have file RESULT(containing table contents) with columns containing process number,ccod,etc ccod is in 5th column based on it validation has to ...
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: 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: 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: I like to rename a file based on the first line. Here is an example of what I need to do. File: 034568.dat has 2000 lines with first line as HIOSPAD23...
Summary: I am having a problem creating a file called -bas. Have you tried something like this: rm ./*bas Maybe this discussion removing a - file will help: T...
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: 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, 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: I don't know about "attaching" a file, but you can certainly "mail" a file. Now if I could only remember how I used to do it :-( If it's a text file,...
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: 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: While playing around with other commands, I managed to create a file named -l. when I do rm -l, of course it thinks that -l is an argument. I can't f...
Summary: Hi Thanks for your advice. If that is the case can you please tell me how to generate a csv file out of an sql query??? thanks for your kind help ch...
Summary: Hello, I tried to create a tar file in zip format as following:- [thomas@localhost assignment_3]$ tar -cvfz ass3.tgz * tar: ass3.tgz: Cannot stat: No ...
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 am trying to read a file which has two fields i.e tab seperated. Each line has an OldImage Name and a NewImage Name. Can anyone help me to write...
Summary: Sun sparc: what's the command to find a file say oratav, that would search in all directories and subdirectories from my home directory, thanks in...
Summary: Hi all, I have a good question. Is it possible to send a file which is in unix environment as a attachement in email ? If anybody know answer please ...
Summary: Hello everybody, I am wondering how to call a shell script into another script if you are working in a same directory? Please provide examples if po...
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 ...