I am trying to delete a bundle from my symfony2 project , I am running the following command in terminal of ubuntu system and getting error for that and m not able to delete ,
administrator@ubuntu:/var/www/com-testproject$ dump($this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath());
die();
bash: syntax error near unexpected token `$this-
If anyone knows pls help me , I am new to symfony2 .