FW: RE: [ilugd] getting contents of files except first and last few lines

2004-11-15 Thread arjun.thounaojam
Think the previous mail did not come properly. > How do I extract only the useful data, and leave out the top 4 and > botton 3 rows from the text file. Try this: tail +5 textFile | tac | tail +4 | tac Regards Arjun Confidentiality Notice The information contained in this electronic mess

RE: [ilugd] getting contents of files except first andlast few

2004-11-15 Thread arjun.thounaojam
Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wip

Re: [ilugd] Urgent help needed How to get pid of a command , script which is scheduled using at command

2004-09-23 Thread arjun.thounaojam
>i want to get pid of a command or script which are scheduled using at. >I am scheduling a command using at which will take a lot of time.I >want to get pid of that command I am using solaris If you're running a script, you can add the following line somewhere inside your script: echo "$$" > /t

RE: [ilugd] core dump analysis

2004-06-30 Thread arjun.thounaojam
Peeyush Maurya wrote: ># >how can I check which application is that as the processes >are running in background and are many of them ># > >ps -aux ##- report process status >top ##- display top CPU processes > >u can use grep to filter ur output >ps -a

RE: [ilugd] core dump analysis

2004-06-28 Thread arjun.thounaojam
>Manoj Thakkar wrote: >how can I check which application is that as the processes are running >in background and are many of them Try: file core ___ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: htt