ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ctxtools --purgefiles
@ 2007-06-04 20:02 David Arnold
  2007-06-04 20:38 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: David Arnold @ 2007-06-04 20:02 UTC (permalink / raw)
  To: Context Mailing List List

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.keep    meta.tex
meta.pdf                meta.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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ctxtools --purgefiles
  2007-06-04 20:02 ctxtools --purgefiles David Arnold
@ 2007-06-04 20:38 ` Hans Hagen
  2007-06-04 21:11   ` David Arnold
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2007-06-04 20:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.keep    meta.tex
> meta.pdf                meta.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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ctxtools --purgefiles
  2007-06-04 20:38 ` Hans Hagen
@ 2007-06-04 21:11   ` David Arnold
  0 siblings, 0 replies; 3+ messages in thread
From: David Arnold @ 2007-06-04 21:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.keep    meta.pdf                meta.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.keep    meta.tex
>> meta.pdf                meta.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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-04 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-04 20:02 ctxtools --purgefiles David Arnold
2007-06-04 20:38 ` Hans Hagen
2007-06-04 21:11   ` David Arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).