Unix and Linux Discussions Tagged with version |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
8,264 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
46,984 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,866 |
Web Development |
|
|
|
5 |
2,329 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
19,853 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,391 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,302 |
Solaris |
|
|
|
10 |
4,530 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,172 |
Cybersecurity |
|
|
|
1 |
1,292 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
8,610 |
What is on Your Mind? |
|
|
|
4 |
1,716 |
Solaris |
|
|
|
1 |
7,618 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
1,300 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,204 |
What is on Your Mind? |
|
|
|
2 |
3,493 |
Web Development |
|
|
|
1 |
973 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
1,324 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
2,949 |
Shell Programming and Scripting |
|
|
|
6 |
30,421 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,733 |
Shell Programming and Scripting |
|
|
|
1 |
2,034 |
UNIX for Dummies Questions & Answers |
|
|
|
21 |
47,553 |
AIX |
|
|
|
1 |
2,278 |
Red Hat |
|
|
|
6 |
9,768 |
Shell Programming and Scripting |
|
|
|
1 |
1,629 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,253 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
3,625 |
Shell Programming and Scripting |
|
|
|
4 |
4,897 |
Shell Programming and Scripting |
|
|
|
1 |
3,917 |
Shell Programming and Scripting |
|
|
|
0 |
1,023 |
Software Releases - RSS News |
|
|
|
0 |
936 |
Software Releases - RSS News |
|
|
|
0 |
2,585 |
Software Releases - RSS News |
|
|
|
0 |
784 |
Software Releases - RSS News |
|
|
|
10 |
6,776 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
894 |
Software Releases - RSS News |
|
|
|
0 |
1,083 |
Software Releases - RSS News |
|
|
|
1 |
3,245 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,951 |
Shell Programming and Scripting |
|
|
|
0 |
1,140 |
Software Releases - RSS News |
MOZ-VERSION(1) mozilla-devscripts suite MOZ-VERSION(1)
NAME
moz-version - version format handling tool
SYNOPSIS
moz-version [options] action
DESCRIPTION
moz-version is a tool for working with version string from the Mozilla suite. It can compare Mozilla versions, convert Mozilla version
into Debian upstream version and the other way round.
ACTIONS
-c, --compare version1 comparator version2
Compare version numbers, where comparator is a binary operator. moz-version returns success (zero result) if the specified condi-
tion is satisfied, and failure (non-zero result) otherwise. The comparator must be one of lt le eq ne ge gt.
-d, --to-deb version
Converts Mozilla version into a Debian upstream version. For a full Debian version you have to add a revision.
-m, --to-moz version
Converts Debian version into a Mozilla version. The Debian revision and the epoch will be stripped away.
OPTIONS
-h, --help
Display a brief help message.
-s, --silent
Do not print anything and die silent on errors.
-v, --verbose
Print more information.
AUTHOR
Benjamin Drung <bdrung@debian.org>
moz-version August 2009 MOZ-VERSION(1)