Sponsored Content
Top Forums UNIX for Dummies Questions & Answers The history of UNIX and the ideas behind it Post 30040 by djtrippin on Tuesday 15th of October 2002 05:45:28 PM
Old 10-15-2002
Levenz is an excellent read...and if u really want to get a rounded story about the basis of unix and the evolution to Gnu and Linux, try reading any documents on Linus Torvalds...
 

10 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Unix History Link

Link describe the Step by step formation of Unix http://perso.wanadoo.fr/levenez/unix/ Also: - History - Author of First Unix C Language - Unix Family research Tree - BSD and Sun History chart - Technical Comparison between Unix Diffrences (4 Replies)
Discussion started by: killerserv
4 Replies

2. UNIX for Dummies Questions & Answers

Unix History Question: Why are filenames/dirnames case sentsitive in Unix?

I tried looking for the answer online and came up with only a few semi-answers as to why file and directory names are case sensitive in Unix. Right off the bat, I'll say this doesn't bother me. But I run into tons of Windows and OpenVMS admins in my day job who go batty when they have to deal... (3 Replies)
Discussion started by: deckard
3 Replies

3. UNIX and Linux Applications

Unix History

Hi everybody Im Megadrink!!! This is my first thred. Ive recently been introduced to Unix and i was interested in Unix's History. Can anyone give me a breif History On Unix. Just when it was invented/released. Maybe someother cool things about it. Thx for the information in advance!! :D (2 Replies)
Discussion started by: Megadrink
2 Replies

4. Hardware

Need ideas for graduation project based on unix or linux

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

5. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

6. UNIX for Advanced & Expert Users

Need ideas for graduation project based on unix or linux

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

7. Homework & Coursework Questions

Need ideas for graduation project based on unix or linux

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

8. Shell Programming and Scripting

Learning project ideas - shell, python, UNIX tools, system administration

Hi guys, I am currently working as a system administration engineer, administering telecom applications on linux/unix platforms. I want to learn new things and improve the ones that i have and for this i though to really work on some project or something but i lack of ideas. I want to be... (2 Replies)
Discussion started by: capitanui
2 Replies

9. Shell Programming and Scripting

History file in UNIX

commands to view the history file in unix. I am not sure whether it is bash_history.sh (1 Reply)
Discussion started by: ramkumar15
1 Replies

10. What is on Your Mind?

The Great History of UNIX (1969-1999) | 30 Years of UNIX History | YouTube Video

I am pleased to announce this new video in 1080 HD for UNIX lovers honoring thirty years of UNIX history spanning from 1969 to 1999 presented in 150 seconds (two and a half minutes) in 1080 HD, celebrating the 50th anniversary of UNIX. The Great History of UNIX (1969-1999) | 30 Years of UNIX... (8 Replies)
Discussion started by: Neo
8 Replies
ANTIWORD(1)							Linux User's Manual						       ANTIWORD(1)

NAME
antiword - show the text and images of MS Word documents SYNOPSIS
antiword [ options ] wordfiles DESCRIPTION
Antiword is an application that displays the text and the images of Microsoft Word documents. A wordfile named - stands for a Word document read from the standard input. Only documents made by MS Word version 2 and version 6 or later are supported. OPTIONS
-a papersize Output in Adobe PDF form. Printable on paper of the specified size: 10x14, a3, a4, a5, b4, b5, executive, folio, legal, letter, note, quarto, statement or tabloid. -f Output in formatted text form. That means that bold text is printed like *bold*, italics like /italics/ and underlined text as _underlined_. -h Give a help message. -i image level The image level determines how images will be shown. 0: Use non-standard extensions from Ghostscript. This output may not print on any PostScript printer, but is useful in case no hard copy is needed. It is also useful when Ghostscript is used as a filter to print a PostScript file to a non-PostScript printer. 1: Show no images. 2: PostScript level 2 compatible. (default) 3: PostScript level 3 compatible. (EXPERIMENTAL, Portable Network Graphics (PNG) images are not printed correctly) -m mapping file This file is used to map Unicode characters to your local character set. The default mapping file depends on the locale. -p papersize Output in PostScript form. Printable on paper of the specified size: 10x14, a3, a4, a5, b4, b5, executive, folio, legal, letter, note, quarto, statement or tabloid. -r Include text removed by the revisioning system. -s Include text with the so-called "hidden text" attribute. -t Output in text form. (default) -w width In text mode this is the line width in characters. A value of zero puts an entire paragraph on a line, useful when the text is to used as input for another wordprocessor. This value is ignored in PostScript mode. -x document type definition Output in XML form. Currently the only document type definition is db (for DocBook). -L In PostScript mode: use landscape mode. FILES
Mapping files like 8859-1.txt Antiword looks for its mapping files in three directories, in the order given: (1) The directory specified by $ANTIWORDHOME (2) The directory specified by $HOME/.antiword (3) Directory /usr/share/antiword The fontnames file Antiword will look for its fontname file in the same directories as used for the mapping files. The fontnames file contains the translation table from font names used by MS Word to font names used by PostScript. NOTE: Antiword cannot tell the difference between a file that does not exist and a file that cannot be opened for reading. ENVIRONMENT
Antiword uses the environment variable ``ANTIWORDHOME'' as the first directory to look for its files. Antiword uses the environment vari- able ``HOME'' to find the user's home directory. When in text mode it uses the variable ``COLUMNS'' to set the width of the output (unless overridden by the -w option). Antiword uses the environment variables ``LC_ALL'', ``LC_CTYPE'' and ``LANG'' (in that order) to get the current locale and uses this information to select the default mapping file. BUGS
Antiword is far from complete. Many features are still missing. Many images are not shown yet. Some of the images that are shown, are shown in the wrong place. PostScript output is only available in ISO 8859-1 and ISO 8859-2. WEB SITES
The most recent released version of Antiword is always available from: http://www.winfield.demon.nl/index.html or try http://antiword.cjb.net/ AUTHOR
Adri van Os <antiword@winfield.demon.nl> or try <comments@antiword.cjb.net> R.F. Smith <rsmith@xs4all.nl> and Sindi Keesan <keesan@cyberspace.org> contributed to this manual page. LICENSE
Antiword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ACKNOWLEDGEMENTS
Linux is a registered trademark of Linus Torvalds. Adobe, PDF and PostScript are trademarks of Adobe Systems Incorporated. Microsoft is a registered trademark and Windows is a trademark of Microsoft Corporation. Antiword 0.37 Oct 29, 2005 ANTIWORD(1)
All times are GMT -4. The time now is 08:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy