On Tue, Jan 18, 2011 at 9:57 AM, Niles <nil...@gmail.com> wrote:
> Fair enough -- I was afraid this might be the answer.  I asked about
> the non-proper syntax because I don't know how to do globbing
> properly.  Is there a proper syntax for the following?
>
> sage: mv tmp0-50/output-02*.png some-other-directory/
>
> Note that using quotes around the command fails here.

If you just want to run "system" commands, just use the IPython
command for that:

 !mv tmp0-50/output-02*.png some-other-directory/

--Mike

-- 
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

Reply via email to