dscacheutil -q group -a name admin
and we get the responses :
name: admin
password: *
gid: 80
users: root tom
More details about this command are in man pages.
dscacheutil -q group -a name admin
and we get the responses :
name: admin
password: *
gid: 80
users: root tom
find . \( -name *.h -or -name *.c \) -print
find: paths must precede expression: CADebugMacros.h find . \( -name '*.h' -or -name '*.c' \) -print find . \( -name '*.h' -or -name '*.c' \) -exec cat "{}" ";" | wc -l Three20 Screencast 指令節錄 網址: http://www.youtube.com/watch?v=-0-E-Z0fihg
Clone project:
git clone git://github.com/facebook/three20.git
Create your own project e.g. TestThree20, paralleled to the git downloads, then you have directories like this:
Documents
|
three20
|
TestThree20
Then, use one python scrip to automatically import three20 to your project:
python three20/src/scripts/ttmodule.py -p \
TestThree20/TestThree20.xcodeproj Three20 --xcode-version=4
Now, open your project in XCode, all things were done.