Home | Community | Message Board


This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Myyco.com Shop: Golden Teacher Liquid Culture For Sale

Jump to first unread post Pages: < Back | 1 | 2  [ show all ]
Invisiblesupercollider
superconducting


Folding@home Statistics
Registered: 10/13/00
Posts: 1,234
Loc: Waxahachie
Re: Differences between freeBSD and linux? [Re: Seuss]
    #6856433 - 05/01/07 12:48 AM (16 years, 10 months ago)

I thought they open-sourced Solaris a couple years ago. Am I wrong?

(It's reeealy doubtful that I know more than Seuss does about his OS of choice, so I'm sure I am wrong.)


--------------------
Supercollider? I just met her!

Extras: Filter Print Post Top
InvisibleColonel Kurtz Ph.D
What What?
Male User Gallery

Registered: 07/22/04
Posts: 11,113
Loc: Shadow Moses
Re: Differences between freeBSD and linux? [Re: delta9]
    #6857056 - 05/01/07 05:49 AM (16 years, 10 months ago)

Quote:

delta9 said:
It's not strange, the commandline interface is and always will be the most powerful and efficient.




find -exec {} \ FTW!!


--------------------
:whatwhat:

There's no better way to rock out than with your cock out!!

Extras: Filter Print Post Top
OfflineSeussA
Error: divide byzero


Folding@home Statistics
Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 1 month, 9 days
Re: Differences between freeBSD and linux? [Re: supercollider]
    #6857074 - 05/01/07 06:01 AM (16 years, 10 months ago)

> I thought they open-sourced Solaris a couple years ago. Am I wrong?

They did... though I haven't played with it, to be honest. However, it isn't "free software" in the typical sense of open source. (lawyers/license issues/etc...)

> find -exec {} \ FTW!!

Other way around... search path first, options second... "find / -exec WTF {} \;"


--------------------
Just another spore in the wind.

Extras: Filter Print Post Top
InvisibleColonel Kurtz Ph.D
What What?
Male User Gallery

Registered: 07/22/04
Posts: 11,113
Loc: Shadow Moses
Re: Differences between freeBSD and linux? [Re: Seuss]
    #6858191 - 05/01/07 01:02 PM (16 years, 10 months ago)

Are you executing a command called WTF or am I missing something? :confused:


--------------------
:whatwhat:

There's no better way to rock out than with your cock out!!

Extras: Filter Print Post Top
InvisibleOJK
Stranger
 User Gallery
Registered: 06/08/03
Posts: 10,629
Re: Differences between freeBSD and linux? [Re: Colonel Kurtz Ph.D]
    #6858468 - 05/01/07 02:09 PM (16 years, 10 months ago)

I believe he was reformatting the example of a commandline command you posted, and mistook FTW as a search term (when in fact it was an initialism for "For The Win"), and then mistyped it as WTF ("What The Fuck") in his example.

Extras: Filter Print Post Top
InvisibleColonel Kurtz Ph.D
What What?
Male User Gallery

Registered: 07/22/04
Posts: 11,113
Loc: Shadow Moses
Re: Differences between freeBSD and linux? [Re: OJK]
    #6858500 - 05/01/07 02:18 PM (16 years, 10 months ago)

:lol: I didn't even write anything to search for in my example, I was mostly saying that the find tool is just awesome.

"find /home/giaco/whatever/*shroomery* -exec mv .. {} \;" would have the correct syntaxis :wink:
But anyway, find -exec is awesome!


--------------------
:whatwhat:

There's no better way to rock out than with your cock out!!

Extras: Filter Print Post Top
OfflineSeussA
Error: divide byzero


Folding@home Statistics
Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 1 month, 9 days
Re: Differences between freeBSD and linux? [Re: OJK]
    #6858529 - 05/01/07 02:28 PM (16 years, 10 months ago)

Quote:

I believe he was reformatting the example of a commandline command you posted, and mistook FTW as a search term (when in fact it was an initialism for "For The Win"), and then mistyped it as WTF ("What The Fuck") in his example.




If you are referring to me, you got it 100% correct.  :smile:  (I think...)


--------------------
Just another spore in the wind.

Extras: Filter Print Post Top
InvisibleColonel Kurtz Ph.D
What What?
Male User Gallery

Registered: 07/22/04
Posts: 11,113
Loc: Shadow Moses
Re: Differences between freeBSD and linux? [Re: Seuss]
    #6858599 - 05/01/07 02:50 PM (16 years, 10 months ago)

Aren't you supposed to specify the command to be executed with the found files after the -exec anyway? :tongue:


--------------------
:whatwhat:

There's no better way to rock out than with your cock out!!

Extras: Filter Print Post Top
OfflineSeussA
Error: divide byzero


Folding@home Statistics
Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 1 month, 9 days
Re: Differences between freeBSD and linux? [Re: Colonel Kurtz Ph.D]
    #6858995 - 05/01/07 04:14 PM (16 years, 10 months ago)

> Aren't you supposed to specify the command to be executed with the found files after the -exec anyway?

I use the following sort of command quite often:

% find ./ -name "*.c" -exec grep -H some_search_string {} \;

This would grep for "some_search_string" in every file that ends in ".c" from my current location.  If the file contains the string, the filename would be displayed (the -H option on grep).

Another fun one... (don't type this one, or you might loose data!)

% (cd /users; rm -rf `du | sort -n | tail -1`)

... removes all of the files from the user account that is using the most disk space.  Makes a nice monthly cron job... keeps the users fighting each other to maintain the lowest disk space usage.  :evil:


--------------------
Just another spore in the wind.

Extras: Filter Print Post Top
InvisibleColonel Kurtz Ph.D
What What?
Male User Gallery

Registered: 07/22/04
Posts: 11,113
Loc: Shadow Moses
Re: Differences between freeBSD and linux? [Re: Seuss]
    #6859068 - 05/01/07 04:35 PM (16 years, 10 months ago)

:lol: You are baaaad man, BAAAAD.

I just love how powerful the command line is, shame I'm not that proficient at it yet.


--------------------
:whatwhat:

There's no better way to rock out than with your cock out!!

Extras: Filter Print Post Top
Offlinedelta9
Active Ingredient
Male

Registered: 10/28/04
Posts: 5,390
Loc: California
Last seen: 13 years, 4 months
Re: Differences between freeBSD and linux? [Re: Colonel Kurtz Ph.D]
    #6860110 - 05/01/07 08:52 PM (16 years, 10 months ago)

It's very nice. He's not bad, he's just another BOFH.

Being a really good BOFH is very commendable.


--------------------
delta9

Extras: Filter Print Post Top
Jump to top Pages: < Back | 1 | 2  [ show all ]

Myyco.com Shop: Golden Teacher Liquid Culture For Sale


Similar ThreadsPosterViewsRepliesLast post
* .linux.
( 1 2 all )
Xochitl 4,192 26 09/20/03 11:11 AM
by debianlinux
* freebsd g0dmoney 923 3 12/26/02 07:57 AM
by tak_old
* For anyone looking to try linux as a desktop OS
( 1 2 all )
windex 5,971 37 02/07/03 12:32 AM
by Malformed
* freebsd? wilshire 2,511 19 11/07/05 12:16 AM
by Vvellum
* Thinking about freebsd for server *DELETED* T0aD 1,026 9 07/14/04 11:50 AM
by Barbi
* freeBSD on a netbook. Robo 2,314 13 01/26/11 07:51 PM
by frith
* building a freebsd box onetime 937 8 08/08/05 09:18 PM
by naesbutt
* Anyone tried FreeBSD 10? Magenta 641 4 03/28/14 06:33 PM
by Magenta

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: trendal, automan, Northerner
4,708 topic views. 0 members, 2 guests and 0 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.033 seconds spending 0.008 seconds on 15 queries.