Unix and Linux Discussions Tagged with version |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
2,903 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
17,469 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,012 |
Web Development |
|
|
|
5 |
1,604 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,363 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,127 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,292 |
Solaris |
|
|
|
10 |
3,140 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,188 |
Cybersecurity |
|
|
|
1 |
894 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
8,243 |
What is on Your Mind? |
|
|
|
4 |
1,135 |
Solaris |
|
|
|
1 |
3,369 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
611 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
769 |
What is on Your Mind? |
|
|
|
2 |
2,643 |
Web Development |
|
|
|
1 |
675 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
684 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
1,635 |
Shell Programming and Scripting |
|
|
|
6 |
2,958 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,424 |
Shell Programming and Scripting |
|
|
|
1 |
1,597 |
UNIX for Dummies Questions & Answers |
|
|
|
21 |
43,411 |
AIX |
|
|
|
1 |
1,917 |
Red Hat |
|
|
|
6 |
8,702 |
Shell Programming and Scripting |
|
|
|
1 |
1,386 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,757 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
2,819 |
Shell Programming and Scripting |
|
|
|
4 |
4,235 |
Shell Programming and Scripting |
|
|
|
1 |
3,647 |
Shell Programming and Scripting |
|
|
|
0 |
839 |
Software Releases - RSS News |
|
|
|
0 |
761 |
Software Releases - RSS News |
|
|
|
0 |
2,386 |
Software Releases - RSS News |
|
|
|
0 |
638 |
Software Releases - RSS News |
|
|
|
10 |
5,774 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
737 |
Software Releases - RSS News |
|
|
|
0 |
927 |
Software Releases - RSS News |
|
|
|
1 |
2,895 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,130 |
Shell Programming and Scripting |
|
|
|
0 |
977 |
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)