This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]