Welcome, Guest. Please login or register.

Author Topic: Any Apple Quadra Users Here?  (Read 7175 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline persia

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 3753
    • Show all replies
Re: Any Apple Quadra Users Here?
« on: April 10, 2009, 01:55:16 PM »
Didn't get into Macs until they were *nix.  Pre-OS X Macs didn't even have a command line let alone do simple things like:

cat .bash_history | tr '|' '\n' | awk '{print $1}' | \
 egrep -o '([^/]+)$' | sort | uniq -c | sort -nr | awk '{print $2 "," $1}'

or

 find . -name *.conf -print0 | xargs -0 grep -l -Z mem_limit | xargs -0 -i cp {} {}.bak

[SIGPIC][/SIGPIC]

What we\'re witnessing is the sad, lonely crowing of that last, doomed cock.
 

Offline persia

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 3753
    • Show all replies
Re: Any Apple Quadra Users Here?
« Reply #1 on: April 10, 2009, 07:25:34 PM »
I think it's funny that Amiga users complain about Apple having high priced hardware, Apple hardware has at least a magnitude better price/performance ratio than Amiga...

[SIGPIC][/SIGPIC]

What we\'re witnessing is the sad, lonely crowing of that last, doomed cock.