Sponsored Content
Full Discussion: Type of UNIX applications
Special Forums UNIX and Linux Applications Type of UNIX applications Post 303005093 by drl on Thursday 12th of October 2017 03:32:29 PM
Old 10-12-2017
Hi.
Quote:
Originally Posted by anton.robidson
...Could you list other types of applications?

Other names of most-used applications ?
...
Quote:
Originally Posted by https://en.wikipedia.org/wiki/Application_software
The collective noun application software refers to all applications collectively.[1] This contrasts with system software, which is mainly involved with running the computer.
I would guess that it depneds on your business -- for a start, see Application software - Wikipedia

Best wishes ... cheers, drl
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

you have more and one unix type?

As a formem unix newbe I Just wanted to tell you about this cool site for all you confused people. If you need to support more than one unix type: Use this one. It's a life saver. http://www.unixguide.net/unixguide.shtml here (4 Replies)
Discussion started by: sunbird
4 Replies

2. UNIX for Advanced & Expert Users

executing applications/commands on a unix server from a windows PC

i have a network drive (samba) mounted on to my PC and also i have SSH client on my machine. however i need to run applications/commands on a unix server from the middle of a different executable(windows compatable one). so i need to connect to the unix server from SSH through the... (1 Reply)
Discussion started by: megastar
1 Replies

3. UNIX for Dummies Questions & Answers

What kind of security applications UNIX and Windows have in common?

Hi guys, may I know what kind of security applications do UNIX and Windows have in common? This is related to a project that is approaching its deadline, so would you all please be kind enough to help me? Thank You. (0 Replies)
Discussion started by: austintham
0 Replies

4. Programming

Platform type in Unix

Hi all, How does one get the platform type in UNIX (for e.g. sparc/i386)? I need an function call and not the command like uname -p. thanks! (24 Replies)
Discussion started by: slash_blog
24 Replies

5. UNIX for Dummies Questions & Answers

UNIX kernel type?

Hai guys,This is my first question. What type of UNIX kernel is? (W.K.T linux kernel is monolithic) Thank you (2 Replies)
Discussion started by: Felicia23
2 Replies

6. UNIX for Dummies Questions & Answers

Unix version/type

Hi, How can I find out what unix I am using? Thanks C19 (4 Replies)
Discussion started by: c19h28O2
4 Replies

7. UNIX for Advanced & Expert Users

How to check which type of storage is used in unix

SunOS 5.10 Generic_142900-15 sun4v sparc SUNW,T5240 how can i check the storage type being used in unix solaris sparc system? please help me its urgnet.. thank you (1 Reply)
Discussion started by: aesgs
1 Replies

8. UNIX for Dummies Questions & Answers

How can I rebuild applications that developed in UNIX? I need to use it in windows os with cygwin

I need to rebuild an application that developed in unix environment and run in windows OS with cygwin. so How can I rebuild from the source code? is there any one who said something on this regard? (2 Replies)
Discussion started by: bejirond
2 Replies

9. Shell Programming and Scripting

UNIX command to know the applications

Hi, I have a unix server, I want to know which user applicaions are running on that server. Is there any command ? Thanks (1 Reply)
Discussion started by: nag_sathi
1 Replies

10. What is on Your Mind?

Developing Applications for UNIX.COM

A number of people have asked me about the best way to develop some cool new web app for UNIX.COM. In today's "very easy web dev" world, developers do not need to be burdened (like I am) to the "back end" of the site. The best way to develop web apps is to build the application on your desktop... (2 Replies)
Discussion started by: Neo
2 Replies
WIKIPEDIA2TEXT(1)					      General Commands Manual						 WIKIPEDIA2TEXT(1)

NAME
wikipedia2text -- displays Wikipedia entries on the command line SYNOPSIS
wikipedia2text [-BCnNoOpPsSuU] [-b prog] [ {-c | -i | -I } patt] [-l lang] [-W base-url] Query wikipedia2text -o [-b prog] [-l lang] Query wikipedia2text [-h] wikipedia2text -v wikipedia2text -r DESCRIPTION
This manual page documents briefly the wikipedia2text command. wikipedia2text fetches and renders Wikipedia articles using a text-mode web-browser (currently recognises elinks, links2, links, lynx and w3m) and display the text of the article on STDOUT respectively in a pager. OPTIONS
The program recognizes the following command line options: -b prog Use program prog as browser. -B Do not use browser configured via configuration file or environment. -c patt, -I patt Colorize case-sensitive pattern patt in output. -C, -N Colorize output. -h Show help and a summary of options. -i patt Colorize case-insensitive pattern patt in output. -l lang use Wikipedia in language lang. See the Wikipedia Languages entry elsewhere in this document. -n Do not colorize output. -o Open the Wikipedia page in the browser. -O Do not open the Wikipedia page in the browser. -p Use a pager (set by default). -P Don't use a pager. -r Display a random Wikipedia article. -s Display only the summary of the Wikipedia article. -S Display the full content of the Wikipedia article and not only the summary. -u Just print the URL of the Wikipedia page and exit. -U Display the full content of the Wikipedia article and not only print the URL of the page. -v Show version number. -W base-url use base-url as base URL for wikipedia (e.g. use a different wiki), querying this URL will happen by appending the search term. ENVIRONMENT
The following environment variables are recognized: ABROWSER Browser to use as default instead of to found or configured web browser. IGNCASE Default value for case-sensitivity of colorizing the output. Can be set to "true" or "false". LOCAL Default value for language in which Wikipedia should be used. See the Wikipedia Languages entry elsewhere in this document. OUTPUTURL Determines, if wikipedia2text should display only the URL of the Wikipedia article by default. Can be set to "true" or "false". PAGER Default value for pager to use. Can also be set to "true", in which case, wikipedia2text tries to figure out the appropriate pager, or "false", which means not to use a pager at all. SHORT Determines, if wikipedia2text should display only the summary of the Wikipedia article by default. Can be set to "true" or "false". USEBROWSER Determines, if wikipedia2text should open the Wikipedia page via openurl in the globally set default browser, i.e. Firefox or Konqueror, by default. Can be set to "true" or "false". FILES
$HOME/.wikipedia2textrc Will be sourced from wikipedia2text on startup. Should contain variable assignments. The same variables as for the environment are recognised. WIKIPEDIA LANGUAGES
wikipedia2text currently supports the following Wikipedia languages: af Cape Dutch (Afrikaans) als Alemannic ca Catalan cs Czech da Danish de German en English eo Esperanto es Spanish fi Finnish fr French hu Hungarian ia Interlingua is Islandic it Italian la Latin lb Luxembourgian nds Low German nl Dutch nn, no Norwegian (Nynorsk and Bokmal) pl Polish pt Portuguese rm Rhaeto-Romanic ro Romanian simple Simple English sk Slovak sl Slovenian sv Swedish tr Turkish SEE ALSO
elinks(1), links(1), links2(1), lynx(1), w3m(1) AUTHOR
wikipedia2text was written by Christian Brabandt <cb@256bit.org>. Patches also from Axel Beckert <abe@deuxchevaux.org>. This manual page was written by Axel Beckert <abe@deuxchevaux.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License (GPL), Version 2 any later ver- sion published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. HISTORY
wikipedia2text was first released by Christian Brabandt on in his blog (link to URL http://blog.256bit.org/archives/126-Wikipedia-in-der- Shell.html) with as script named wiki. Some users may find it useful to create an alias with that name for speeding up the typing of a wikipedia2text command if no other command of that name is present. OTHER INFO
The current version of wikipedia2text should be available at on Christian Brabandt's website (link to URL http://www.256bit.org/~chris- bra/wiki) . WIKIPEDIA2TEXT(1)
All times are GMT -4. The time now is 08:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy