Unix and Linux Discussions Tagged with unix download |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
13,072 |
Cybersecurity |
|
|
|
18 |
21,206 |
HP-UX |
|
|
|
2 |
8,332 |
Solaris |
|
|
|
14 |
9,891 |
Solaris |
|
|
|
4 |
15,256 |
Shell Programming and Scripting |
|
|
|
1 |
4,627 |
Solaris |
|
|
|
4 |
55,621 |
Linux |
|
|
|
2 |
2,784 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,206 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
46,918 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
36,135 |
AIX |
|
|
|
5 |
11,136 |
Shell Programming and Scripting |
|
|
|
4 |
6,049 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
19,768 |
AIX |
|
|
|
2 |
5,957 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
3,619 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
15,901 |
Shell Programming and Scripting |
|
|
|
5 |
4,108 |
Solaris |
|
|
|
3 |
3,692 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,040 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,674 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
4,480 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,830 |
UNIX for Dummies Questions & Answers |
|
|
|
16 |
55,031 |
AIX |
|
|
|
7 |
6,238 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
10,154 |
Linux |
|
|
|
4 |
25,592 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
9,474 |
Shell Programming and Scripting |
|
|
|
4 |
4,045 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,214 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,928 |
HP-UX |
|
|
|
9 |
7,083 |
Ubuntu |
|
|
|
3 |
5,709 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
41,769 |
UNIX and Linux Applications |
|
|
|
8 |
9,736 |
AIX |
|
|
|
3 |
2,979 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
26,363 |
Shell Programming and Scripting |
|
|
|
21 |
11,907 |
Solaris |
|
|
|
1 |
2,750 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,005 |
UNIX for Dummies Questions & Answers |
BGOFFICE-DICT-DOWNLOAD(1) User Contributed Perl Documentation BGOFFICE-DICT-DOWNLOAD(1)
NAME
bgoffice-dict-download - download dictionaries for bgoffice
SYNOPSIS
# list known dictionaries
bgoffice-dict-download --list
# download a dictionary
bgoffice-dict-download --dict bg-en_dual
# explicit output file
bgoffice-dict-download --dict bg-en_dual --output=/some/where.tar.bz2
DESCRIPTION
bgoffice-dict-download is a small program to help download bgoffice dictionaries off sourceforge.net. It browses the bgoffice project
download area and follows the download links.
The dictionary is downloaded in the current directory, unless the "--output" option is used.
OPTIONS
--list
Prints the list of the known dictionaries.
--dict dictionary name
Specifies the dictionary to be downloaded. See "--list" for the known dictionaries. This option is mandatory, unless "--list" is given.
--output file
Saves the downloaded dictionary in the given file, instead of ./<dict>.tar.bz2
COPYRIGHT AND LICENSE
Copyright: (C) 2010 Damyan Ivanov dmn@debian.org
Permission is granted to use this work, with or without modifications, provided that this notice is retained. If we meet some day, and you
think this stuff is worth it, you can buy me a beer in return.
perl v5.14.2 2010-12-16 BGOFFICE-DICT-DOWNLOAD(1)