Unix and Linux Discussions Tagged with version |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,171 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
22,206 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,248 |
Web Development |
|
|
|
5 |
1,910 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
9,549 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,173 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,481 |
Solaris |
|
|
|
10 |
3,333 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,405 |
Cybersecurity |
|
|
|
1 |
970 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
8,313 |
What is on Your Mind? |
|
|
|
4 |
1,231 |
Solaris |
|
|
|
1 |
4,175 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
684 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
858 |
What is on Your Mind? |
|
|
|
2 |
2,875 |
Web Development |
|
|
|
1 |
718 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
778 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
1,746 |
Shell Programming and Scripting |
|
|
|
6 |
3,462 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,855 |
Shell Programming and Scripting |
|
|
|
1 |
1,667 |
UNIX for Dummies Questions & Answers |
|
|
|
21 |
43,801 |
AIX |
|
|
|
1 |
1,961 |
Red Hat |
|
|
|
6 |
8,871 |
Shell Programming and Scripting |
|
|
|
1 |
1,421 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,056 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
2,882 |
Shell Programming and Scripting |
|
|
|
4 |
4,331 |
Shell Programming and Scripting |
|
|
|
1 |
3,694 |
Shell Programming and Scripting |
|
|
|
0 |
882 |
Software Releases - RSS News |
|
|
|
0 |
803 |
Software Releases - RSS News |
|
|
|
0 |
2,429 |
Software Releases - RSS News |
|
|
|
0 |
674 |
Software Releases - RSS News |
|
|
|
10 |
5,913 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
770 |
Software Releases - RSS News |
|
|
|
0 |
959 |
Software Releases - RSS News |
|
|
|
1 |
2,941 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,240 |
Shell Programming and Scripting |
|
|
|
0 |
1,021 |
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)