Sponsored Content
Full Discussion: Which distribution
Operating Systems Linux Slackware Which distribution Post 43328 by norsk hedensk on Saturday 15th of November 2003 09:16:24 AM
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which distribution is right for me??

First off, hello all, I'm brand new to the forum!! I look forward to learning alot here. Secondly, I'm sorry if this has been asked before, as I did search several ways, but the results were rather overwhelming. I'm trying to determine which Linux distribution I am going to purchase. If I had... (3 Replies)
Discussion started by: ap83
3 Replies

2. UNIX for Dummies Questions & Answers

Which Distribution

Yes I know this question has been asked several times but I would like to start learning Unix and wasn't sure what distribution was good to start (Free BSD, Unbuntu..etc). My boss asked today did I know anything about Linux cause he was updating the skill set database for all the employees. He... (1 Reply)
Discussion started by: mocheeze
1 Replies

3. UNIX for Dummies Questions & Answers

What Linux distribution should I use?

Hey I am right now working on an old Compaq computer, and because I have a newer one I thought of installing Linux on this one. The thing is that I don't know which Linux distribution that would work with a minimum of lag. My computer specifications is: Compaq Presario 7000 Intel Pentium... (7 Replies)
Discussion started by: Sixmax
7 Replies

4. Programming

Linux Distribution

Hi, Can anyone please tell me, what is the best Linux distribution for Software Development. Thanks, Philip. (4 Replies)
Discussion started by: Phi01
4 Replies
LINUX-VERSION(1)					      General Commands Manual						  LINUX-VERSION(1)

NAME
linux-version - operate on Linux kernel version strings SYNOPSIS
linux-version compare VERSION1 OP VERSION2 linux-version sort [--reverse] [VERSION1 VERSION2 ...] linux-version list [--paths] DESCRIPTION
linux-version operates on Linux kernel version strings as reported by uname -r and used in file and directory names. These version strings do not follow the same rules as Debian package version strings and should not be compared as such or as arbitrary strings. compare VERSION1 OP VERSION2 Compare version strings, where OP is a binary operator. linux-version returns success (zero result) if the specified condition is satisfied, and failure (nonzero result) otherwise. The valid operators are: lt le eq ne ge gt sort [--reverse] [VERSION1 VERSION2 ...] Sort the given version strings and print them in order from lowest to highest. If the --reverse option is used, print them in order from highest to lowest. If no version strings are given as arguments, the version strings will instead be read from standard input, one per line. They may be suffixed by arbitrary text after a space, which will be included in the output. This means that, for example: linux-version list --paths | linux-version sort --reverse will list the installed versions and corresponding paths in order from highest to lowest version. list [--paths] List kernel versions installed in the customary location. If the --paths option, show the corresponding path for each version. AUTHOR
linux-version and this manual page were written by Ben Hutchings as part of the Debian linux-base package. 30 March 2011 LINUX-VERSION(1)
All times are GMT -4. The time now is 09:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy