On Oct 7, 2010, at 12:17 AM, Sebastian Reiter wrote:
Hi,
I know that this feature can be used with ruby like so: ruby -rDate -e "puts Date::DAYNAMES" => ^R => done
Can I use PHP functions in a similiar way? php ??????????
Maybe try :
php -r 'echo strtok("an.example",".").":";echo strtok(".");'
and press ⌃R
Cheers, --Hans