Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

moz-version(1) [debian man page]

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)

Check Out this Related Man Page

obm-moz(1)							 Openbox Pipe Menu							obm-moz(1)

NAME
obm-moz - a pipe-menu for openbox SYNTAX
obm-moz [options] DESCRIPTION
Obm-moz is a pipe menu for openbox. It translates any mozilla-compatible bookmarks into an openbox menu. If no arguments are given, it'll try to find your bookmarks. A bookmarks folder can be passed as an argument, it'll try to find it and build the menu out of that folder. More information about pipe-menus can be found on http://icculus.org/openbox/index.php/Openbox:Pipemenus OPTIONS
-h, --help Show this help message and exit -f, --firefox Look for Firefox bookmarks -b FILENAME, --bookmarks=FILENAME Specify the path to the bookmarks.html file -r ROOT, --root=ROOT Root folder of the bookmarks -n BROWSER, --navigator=BROWSER Command to run the web browser. EXAMPLES
obm-moz -b "/path/to/bookmarks.html" -r "Bookmarks Toolbar Folder" AUTHORS
obm-dir was written by Manuel Colmenero <mkolme@gmail.com> as part of obmenu. This manual page was originally written for the Debian GNU/Linux system by Davide Truffa <davide@catoblepa.org>. SEE ALSO
obmenu(1), obm-dir(1), obm-nav(1), obm-xdg(1), openbox(1) Davide Truffa 1.0 obm-moz(1)
Man Page

15 More Discussions You Might Find Interesting

1. Linux

Making Mozilla Playing M$ Windows Media

Please, Anybody knows how can i configure Mozilla Browser to play M$ Windows Media in Linux?? I know konqueror can be set to play *.ASF or *.ASX files with the kmplayer application. But Mozilla doesn't give me the option to choose an expecifc application to play this files. Is there any file in... (2 Replies)
Discussion started by: Dmitri-br
2 Replies

2. Linux

Mozilla in Linux

This is kinda a Linux/Mozilla question. I have 2 versions of Mozilla and Firefox. Neither of them can recognise or install plugins. I tried installing plugins from the browser itself, but it doesn't seem to recognise that its there. Is there any way that I can install Java and Flash in Mozilla and... (2 Replies)
Discussion started by: gnerd
2 Replies

3. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

4. HP-UX

Mozilla & Macromedia Flash Player Plugin Problem

Hello All, I am using Mozilla 1.7.8 on hp-ux 11.00, and install flash player 6 for it. it is giving following errors and get crashed. when i want to open a site need flash plugin. Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin'... (1 Reply)
Discussion started by: Awadhesh
1 Replies

5. HP-UX

Mozilla install for HPUX11 (libintl.sl.1)

Hello evrebody , I have HPUX-11, i try to install "Mozilla 1.4" and when i am runing: /opt/mozilla/mozilla I get this message: Starting Mozilla ... /usr/lib/dld.sl: Can't find path for shared library: libintl.sl.1 /usr/lib/dld.sl: No such file or directory... (6 Replies)
Discussion started by: yanly64
6 Replies

6. Solaris

Mozilla, how to remove

I got this Mozilla and unzipped the package and installed on my server. Now I am told that this was a mistake and need to remove Mozilla. I know I can remove Mozilla with pkgrm but this unzipped file was apparently not installed this way. I believe the file was installed with the mozinstall script.... (8 Replies)
Discussion started by: bluridge
8 Replies

7. UNIX for Advanced & Expert Users

suPHP stopped working after dist-upgrade

Hi all, My server was Debian Etch (4) and had a working suPHP module (version 0.6.2-1). After I dist-upgraded it to Lenny (Debian 5), suPHP (version 0.6.2-3) stopped working. I read in the mailing list that I should change the settings of /etc/suphp/suphp.conf to this form: ;Handler... (1 Reply)
Discussion started by: mjdousti
1 Replies

8. AIX

Mozilla running remotely

We have a server that has CDE and Mozilla installed on it. I have a develpoer who want to have an application start Mozilla locally on the AIX server (which has no video card) or wants Mozilla running on the server at all times. Can anybody tell me if this is at all possible? If so how and if... (4 Replies)
Discussion started by: daveisme
4 Replies

9. UNIX for Dummies Questions & Answers

Comparator or metrics tool - options

Hi all, I am looking for some open source comparator or metrics generator kind of tool. I am sure this is not something new that am asking and probably some of you would have already made use of that in your daily work. ... (2 Replies)
Discussion started by: matrixmadhan
2 Replies

10. AIX

mozilla installation

I am tryin to install Mozilla V1.7.13.1 on Power6 64 bit Blade JS12 server running aix 5.3 ML 11. ive installed the required rpm files. When i try to install Mozilla (downloaded from IBM site as Mozilla.base.tar.gz) . It always fails with the below msg. instal: Failed while executing the... (2 Replies)
Discussion started by: muzahed
2 Replies

11. Linux

How to sort the number of occurrences

file:///C:/Users/TSHEPI%7E1.LEB/AppData/Local/Temp/moz-screenshot.pngATM@ubuntu:~$ cat numbers2 | sort -n | uniq -c 1 7 1 11 2 10 3 the 1st numbers are the counts from the command "uniq -c", which represent the number of occurrences of each in the file. The "sort -n"... (4 Replies)
Discussion started by: lebogot
4 Replies

12. Shell Programming and Scripting

Replace with spaces

Hi Guys file:///C:/DOCUME%7E1/c104058/LOCALS%7E1/Temp/moz-screenshot.pngsed 's///g' /source/filename.txt > /destination/filename.txt The above code deletes the characters which are not A-Z, a-z and 0-9, but I wanted to replace it with space without deleting them. Any help is... (2 Replies)
Discussion started by: gowrishankar05
2 Replies

13. Shell Programming and Scripting

Compare Two Files(Column By Column) In Perl or shell

Hi, I am writing a comparator script, which comapre two txt files(column by column) below are the precondition of this comparator 1)columns of file are not seperated Ex. file1.txt 8888812341181892 1243548895685687 8945896789897789 1111111111111111 file2.txt 9578956789567897... (2 Replies)
Discussion started by: kumar96877
2 Replies

14. Shell Programming and Scripting

How to run exe files in unix

Hi I have a open source tool called table text comparator Link to download that tool: http://www.nirsoft.net/utils/csv_file_comparison.html I wish to run this tool in our unix servers. In windows O.S i just have to unzip and i can use this tool by running the .exe file. So i want to know how... (6 Replies)
Discussion started by: Ganesh_more
6 Replies

15. UNIX for Beginners Questions & Answers

"Revision up" instead of version up

I need to alter this script to work with a revision instead of a version. RF_102_209_200_v001_r01.nk is the new format and I'll be revisioning up the r01 portion and not the v001. #!/bin/sh for file in "$@" do ext=${file##*.} base=${file%.*} ... (5 Replies)
Discussion started by: scribling
5 Replies