[PD] XY abstraction

IOhannes m zmoelnig zmoelnig at iem.at
Thu May 19 17:25:19 CEST 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2011-05-19 16:20, Pedro Lopes wrote:
> I'm trying to find an already-made XY abstraction, and it seems that
> this could be the one:
> - http://puredata.info/Members/bbogart/XY-Controller/view
> 
> Although I cannot use it, what file type is this?
> 
> p.s.: I did some digging into file type and I got:
> pedro at io:~/Downloads$ file file
> file: gzip compressed data, was "xy-controller.tar", from FAT

so the file type is gz and was made from xy-controller.tar

> filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun  2 23:29:18 2003
> 
> But even so, it doesn't uncompress here in my Linux.
> 

tools are getting too intelligent nowadays, as they refuse to gunzip
files not endig with gz.
so this should work:
$ cat file | gunzip -c | tar xv

or this:
$ mv file xy-controller.tar.gz
$ tar xvzf xy-controller.tar.gz


fgmasdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3VNlsACgkQkX2Xpv6ydvRuMgCglDS+44GVgPUl3YZSpLzJuruL
uesAn0TmJKTYeZhNyKPhsv6/9+fXwkUH
=S+WL
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110519/ab85adb0/attachment-0001.bin>


More information about the Pd-list mailing list