View Single Post
cmdowns's Avatar
Posts: 100 | Thanked: 13 times | Joined on Mar 2008
#1
I'm trying to workout some problems I'm having with PyGame. I was hoping I could find a doc file for it in Xterm so I ran this command (as root)
Code:
 # find / -name pygame* -print
And all it gives me is
Code:
BusyBox v1.61 (2008-05-22 10:32:35 EEST) multi-call binary

Usage find [PATH. . .] [EXPRESSION]
Does the Xterm's find not support the wild cards, or is the problem my syntax?

Thanks for your consideration and assistance.