[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: removing the core file...
- Subject: Re: removing the core file...
- From: "Indrajit Raychaudhuri" <indrajitr@xxxxxxxxxxx>
- Date: Sat, 24 Jul 1999 11:53:15 +0530
Add these lines in .bashrc
- -----------------
>for i in `find $HOME -name core`; do
> rm -f $i
>done
- -----------------
Good luck,
Indrajit
- ----- Original Message -----
From: Gaurav Bhatnagar <vijayb@xxxxxxxxxxxxxxx>
To: <linux-india@xxxxxxxxx>
Sent: Wednesday, 21 July, 1999 22:39 PM
Subject: removing the core file...
> Hi all
> I would like to make some additons to my .bashrc file to ensure that
> everytime i login if any core file exists in my home directory then it
gets
> deleted by itself. I cud have simply added
> "rm core" but then when a core doesnt exist it will give an unnecssary
> error!
> One more question, if i am working in Xwindows and i have no xterm , rxvt
> etc opened then if somebody sends me a talk request what happens to it..i
> mean do I come to know of the request?
> TIA
> Gaurav
>
>
> --------------------------------------------------------------------
> For more information on Linux in India visit http://www.linux-india.org/
> The Linux India mailing list does not accept postings in HTML format.
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------