On Thu, Jul 16, 2009 at 10:57 PM, kcrisman<kcris...@gmail.com> wrote:

<SNIP>

> 2) .sws files are really just some kind of zip file.  So unzipping it
> will reveal the folder for the worksheet, and you can then manually
> remove the snapshots (assuming you don't need them currently) and then
> rezip it. I can't remember if they are .bz2, .zip, or what - someone
> else will hopefully respond to this - but the point it that the files
> are not weird, so one can sort of manually do this.

Sage worksheets are compressed using tar and bzip2. Say your worksheet
is called myworksheet.sws, then this would uncompress it:

$ tar -jxf myworksheet.sws

You then get a directory containing the worksheet data.

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to