This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
-rm -f core.$pid
- From: Patrick Guio <patrick dot guio at fys dot uio dot no>
- To: automake at gnu dot org
- Date: Fri, 17 Jan 2003 14:13:52 +0100 (MET)
- Subject: -rm -f core.$pid
Dear all,
In recent Linux version, core files generated are called after process id
with the syntax
core.$pid
which can be matched I think
for csh-like shells with core.{[1-9]*}
for sh-like shells with core.[0-9]*
That might be nice to remove those as well?
Cheers, Patrick