On 24 Mai, 01:18, Tim Daly <d...@axiom-developer.org> wrote: > how about using: > > find . -name "*.pyx" -exec touch {} \;
We can save one more character: find . -name \*.pyx -exec touch {} \; -Leif -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org