Thursday, 13 June 2019

Useful terminal commands for MAC, Ubuntu or Windows

Search specific type of file in all folder find ~ -type f -name '*pdf' find ~ -iname '*pdf' Search specific type of file in current folder find . -iname '*pdf' Make file executable chmod +x file.xx' Run PHPFixer on current folder php-cs-fixer fix --diff --dry-run --stop-on-violation -v --using-cache=no php-cs-fixer fix --stop-on-violation -v --using-cache=no Make your git branch...
Share:

Popular Posts

Recent Posts

Pages

Powered by Blogger.

About Me

My photo
For the past 10 years, I've been playing with codes using PHP, Java, Rails. I do this for a living and love new things to learn and the challenges that comes with it. Besides programming I love spending time with friends and family and can often be found together catching the latest movie or planning a trip to someplace I've never been before.