On Wed, Nov 25, 2009 at 4:01 AM, Bernhard Esslinger <bernhard.esslin...@db.com> 
wrote:
> My question is: Is there an easy way to move *.PY files instead of *.SWS
> files, as the SWS file are very big?

SWS files are just bzip'ed tar files. You can do

$ tar jtf foo.sws

to see the files inside a worksheet. If the .sws file is very big, it's
probably because there are lots of snapshots stored in it, so you could
extract the files, delete all the snapshot files, and then recompress
it. The actual code of the worksheet is in the file worksheet.txt.

Dan

-- 
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to