Sponsored Content
Full Discussion: Who are we?
The Lounge What is on Your Mind? Who are we? Post 302243131 by nullwhat on Friday 3rd of October 2008 10:14:40 PM
Old 10-03-2008
Who are we?

I am curious who we are, how did we come to unix/linux and what/why do we use unix?

1. I am aerospace engineer
2. I am from Seattle WA USA
3. I first came to unix though work
4. I have duel pc/linux sys at home but mostly just remote into my companies system
5. I do unix all day at work, I am not able to do anything with data by hand, I will always script it
6. I love unix because it takes the mystery out of computers


In a world where people still think the “mouse” was a step forward I just want to know who else understands the beauty of the following one liner, do you have a oneliner too?


Code:
   echo prime | awk '{p[++i]=2;for(j=1;++j<100000000;++l)for(n=0;j%p[++n];++k)if((j/p[n])<(p[n])){p[++i]=j;print j;break}}'

N0ll
 
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 04:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy