Unix and Linux Discussions Tagged with version |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,005 |
UNIX for Advanced & Expert Users |
|
|
|
13 |
19,473 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,107 |
Web Development |
|
|
|
5 |
1,730 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,373 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,151 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,380 |
Solaris |
|
|
|
10 |
3,233 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,280 |
Cybersecurity |
|
|
|
1 |
928 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
8,271 |
What is on Your Mind? |
|
|
|
4 |
1,187 |
Solaris |
|
|
|
1 |
3,706 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
641 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
811 |
What is on Your Mind? |
|
|
|
2 |
2,742 |
Web Development |
|
|
|
1 |
698 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
726 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
1,682 |
Shell Programming and Scripting |
|
|
|
6 |
3,166 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,626 |
Shell Programming and Scripting |
|
|
|
1 |
1,634 |
UNIX for Dummies Questions & Answers |
|
|
|
21 |
43,557 |
AIX |
|
|
|
1 |
1,937 |
Red Hat |
|
|
|
6 |
8,778 |
Shell Programming and Scripting |
|
|
|
1 |
1,403 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,885 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
2,849 |
Shell Programming and Scripting |
|
|
|
4 |
4,264 |
Shell Programming and Scripting |
|
|
|
1 |
3,667 |
Shell Programming and Scripting |
|
|
|
0 |
862 |
Software Releases - RSS News |
|
|
|
0 |
779 |
Software Releases - RSS News |
|
|
|
0 |
2,409 |
Software Releases - RSS News |
|
|
|
0 |
651 |
Software Releases - RSS News |
|
|
|
10 |
5,818 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
750 |
Software Releases - RSS News |
|
|
|
0 |
938 |
Software Releases - RSS News |
|
|
|
1 |
2,917 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,200 |
Shell Programming and Scripting |
|
|
|
0 |
996 |
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)