Archive for February, 2010

Unix or Mac OS X Leopard Terminal commands and definitions

Tuesday, February 9th, 2010

1)

To point PEAR to any directory which has correct db2.prop (or info etc):

a.)

First cd folder_that_has_PEAR

b.)

ln -s /Applications/XAMPP/xamppfiles/lib/php/pear PEAR

2.

To see full path of current folder in Terminal:

pwd

3.

To search:

find . -name “db.php”

find . -name “DB.php”

find . -name “*.php”

Create Directory:

sudo mkdir php

Post to Twitter Tweet This Post

  • Share/Bookmark