[NTG-context] ctxtools --purgefiles

2007-06-04 Thread David Arnold
All,

Why does ctxtools --purgefiles meta miss the two files shown below  
(.keep is ignored and .tuo is not removed)?

context $ ctxtools --purgefiles meta
CtxTools | purging temporary files : meta
CtxTools | checking files that match 'meta-*.*'
CtxTools | checking files that match 'meta.*'
CtxTools | removed : meta-mpgraph.mp
CtxTools | removed : meta-mpgraph.mpo
CtxTools | removed : meta-mpgraph.1
CtxTools | removed : meta.tui
CtxTools | removed : meta-mpgraph.log
CtxTools | removed : meta.log
CtxTools | removed : meta-path.tmp
CtxTools | removed : meta.tmp
CtxTools | removed : meta-mpgraph.mpb
CtxTools | not removed : meta.tuo
CtxTools | removed : mpgraph.mp
CtxTools | removed files : 10
CtxTools | kept files : 1
CtxTools | persistent files : 0
CtxTools | reclaimed bytes : 25817

context $ ls meta*
meta-mpgraph.mp.keepmeta.tex
meta.pdfmeta.tuo

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ctxtools --purgefiles

2007-06-04 Thread Hans Hagen
David Arnold wrote:
 All,

 Why does ctxtools --purgefiles meta miss the two files shown below  
 (.keep is ignored and .tuo is not removed)?

 context $ ctxtools --purgefiles meta
 CtxTools | purging temporary files : meta
 CtxTools | checking files that match 'meta-*.*'
 CtxTools | checking files that match 'meta.*'
 CtxTools | removed : meta-mpgraph.mp
 CtxTools | removed : meta-mpgraph.mpo
 CtxTools | removed : meta-mpgraph.1
 CtxTools | removed : meta.tui
 CtxTools | removed : meta-mpgraph.log
 CtxTools | removed : meta.log
 CtxTools | removed : meta-path.tmp
 CtxTools | removed : meta.tmp
 CtxTools | removed : meta-mpgraph.mpb
 CtxTools | not removed : meta.tuo
 CtxTools | removed : mpgraph.mp
 CtxTools | removed files : 10
 CtxTools | kept files : 1
 CtxTools | persistent files : 0
 CtxTools | reclaimed bytes : 25817

 context $ ls meta*
 meta-mpgraph.mp.keepmeta.tex
 meta.pdfmeta.tuo
   
keeps can be handy when you run into an error and want to see what was 
written to file; keeping the tuo around saves passes when a next run is done

---all will remove all of them

-- 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ctxtools --purgefiles

2007-06-04 Thread David Arnold
Not quite, still one left:

context $ ctxtools --purgefiles --all  meta
CtxTools | purging all temporary files : meta
CtxTools | checking files that match 'meta-*.*'
CtxTools | checking files that match 'meta.*'
CtxTools | removed : meta-mpgraph.mp
CtxTools | removed : meta-mpgraph.mpo
CtxTools | removed : meta-mpgraph.1
CtxTools | removed : meta.tui
CtxTools | removed : meta-mpgraph.log
CtxTools | removed : meta.log
CtxTools | removed : meta-path.tmp
CtxTools | removed : meta.tmp
CtxTools | removed : meta-mpgraph.mpb
CtxTools | removed : meta.tuo
CtxTools | removed : mpgraph.mp
CtxTools | removed files : 11
CtxTools | kept files : 0
CtxTools | persistent files : 0
CtxTools | reclaimed bytes : 27017

context $ ls meta*
meta-mpgraph.mp.keepmeta.pdfmeta.tex


On Jun 4, 2007, at 1:38 PM, Hans Hagen wrote:

 David Arnold wrote:
 All,

 Why does ctxtools --purgefiles meta miss the two files shown below
 (.keep is ignored and .tuo is not removed)?

 context $ ctxtools --purgefiles meta
 CtxTools | purging temporary files : meta
 CtxTools | checking files that match 'meta-*.*'
 CtxTools | checking files that match 'meta.*'
 CtxTools | removed : meta-mpgraph.mp
 CtxTools | removed : meta-mpgraph.mpo
 CtxTools | removed : meta-mpgraph.1
 CtxTools | removed : meta.tui
 CtxTools | removed : meta-mpgraph.log
 CtxTools | removed : meta.log
 CtxTools | removed : meta-path.tmp
 CtxTools | removed : meta.tmp
 CtxTools | removed : meta-mpgraph.mpb
 CtxTools | not removed : meta.tuo
 CtxTools | removed : mpgraph.mp
 CtxTools | removed files : 10
 CtxTools | kept files : 1
 CtxTools | persistent files : 0
 CtxTools | reclaimed bytes : 25817

 context $ ls meta*
 meta-mpgraph.mp.keepmeta.tex
 meta.pdfmeta.tuo

 keeps can be handy when you run into an error and want to see what was
 written to file; keeping the tuo around saves passes when a next  
 run is done

 ---all will remove all of them

 -- 

 -
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
 -

 __ 
 _
 If your question is of interest to others as well, please add an  
 entry to the Wiki!

 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ 
 ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : https://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 __ 
 _

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___