[1]+ Stopped wget -q http://www.uweschmidt.org/files/WiimoteWhiteboard.zip [abdrus@localhost ~]$ wget -q http://www.uweschmidt.org/files/WiimoteWhiteboard.zip [abdrus@localhost ~]$ unzip -q WiimoteWhiteboard.zip [WiimoteWhiteboard.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of WiimoteWhiteboard.zip or WiimoteWhiteboard.zip.zip, and cannot find WiimoteWhiteboard.zip.ZIP, period. [abdrus@localhost ~]$ ls Desktop tmp WiimoteWhiteboard.zip WiimoteWhiteboard.zip.2 Documents WiimoteWhiteboard WiimoteWhiteboard.zip.1 wine_c [abdrus@localhost ~]$ zip Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license. Zip 2.32 (June 19th 2006). Usage: zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list] The default action is to add or replace zipfile entries from list, which can include the special name - to compress standard input. If zipfile and list are omitted, zip compresses stdin to stdout. -f freshen: only changed files -u update: only changed or new files -d delete entries in zipfile -m move into zipfile (delete files) -r recurse into directories -j junk (don't record) directory names -0 store only -l convert LF to CR LF (-ll CR LF to LF) -1 compress faster -9 compress better -q quiet operation -v verbose operation/print version info -c add one-line comments -z add zipfile comment -@ read names from stdin -o make zipfile as old as latest entry -x exclude the following names -i include only the following names -F fix zipfile (-FF try harder) -D do not add directory entries -A adjust self-extracting exe -J junk zipfile prefix (unzipsfx) -T test zipfile integrity -X eXclude eXtra file attributes -y store symbolic links as the link instead of the referenced file -R PKZIP recursion (see manual) -e encrypt -n don't compress these suffixes [abdrus@localhost ~]$ unzip UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler. Send bug reports using http://www.info-zip.org/zip-bug.html; see README for details. Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] Default action is to extract files in list, except those in xlist, to exdir; file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage). -p extract files to pipe, no messages -l list files (short format) -f freshen existing files, create none -t test compressed archive data -u update files, create if necessary -z display archive comment -x exclude files that follow (in xlist) -d extract files into exdir modifiers: -q quiet mode (-qq => quieter) -n never overwrite existing files -a auto-convert any text files -o overwrite files WITHOUT prompting -aa treat ALL files as text -j junk paths (do not make directories) -v be verbose/print version info -C match filenames case-insensitively -L make (some) names lowercase -X restore UID/GID info -V retain VMS version numbers -K keep setuid/setgid/tacky permissions -M pipe through "more" pager -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives -I CHARSET specify a character encoding for UNIX and other archives Examples (see unzip.txt for more info): unzip data1 -x joe => extract all files except joe from zipfile data1.zip unzip -p foo | more => send contents of foo.zip via pipe into program more unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer [abdrus@localhost ~]$ unzip -q WiimoteWhiteboard.zip [WiimoteWhiteboard.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of WiimoteWhiteboard.zip or WiimoteWhiteboard.zip.zip, and cannot find WiimoteWhiteboard.zip.ZIP, period. [abdrus@localhost ~]$ unzip WiimoteWhiteboard.zip Archive: WiimoteWhiteboard.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of WiimoteWhiteboard.zip or WiimoteWhiteboard.zip.zip, and cannot find WiimoteWhiteboard.zip.ZIP, period. [abdrus@localhost ~]$ cd WiimoteWhiteboard [abdrus@localhost WiimoteWhiteboard]$ ls WiimoteWhiteboard.jar [abdrus@localhost WiimoteWhiteboard]$ wget -q http://www.pyx4me.com/maven2-snapshot/net/sf/bluecove/bluecove-gpl/2.0.3-SNAPSHOT/bluecove-gpl-2.0.3-20080612.174321-73.jar [abdrus@localhost WiimoteWhiteboard]$ kdir lib bash: kdir: command not found [abdrus@localhost WiimoteWhiteboard]$ mkdir lib [abdrus@localhost WiimoteWhiteboard]$ mv bluecove-gpl-2.0.3-20080612.174321-73.jar lib/ [abdrus@localhost WiimoteWhiteboard]$ zip WiimoteWhiteboard.jar lib/bluecove-gpl-2.0.3-*.jar adding: lib/bluecove-gpl-2.0.3-20080612.174321-73.jar (deflated 2%) [abdrus@localhost WiimoteWhiteboard]$ [abdrus@localhost WiimoteWhiteboard]$ rm -r lib/ rm: спуститься в каталог `lib/'? y rm: удалить обычный файл `lib//bluecove-gpl-2.0.3-20080612.174321-73.jar'? y rm: удалить Каталог `lib/'? y [abdrus@localhost WiimoteWhiteboard]$ java -jar WiimoteWhiteboard.jar BlueCove version 2.0.3-SNAPSHOT on bluez