DEV Community

Discussion on: Use Google like a pro

Collapse
 
martinhaeusler profile image
Martin Häusler

Keep in mind that the - for exclusion can really bite you when you look for linux commands including flags (eg. ls -a) because you'll end up with all the pages that do NOT contain the flag you were looking for... 😂 A personal facepalm moment.

Collapse
 
lukaszklis profile image
Łukasz Kliś

You can work around it and search for "ls -la". :D

Collapse
 
martinhaeusler profile image
Martin Häusler

That's true. I just didn't realize that when it happened the first time around. After things became clear, I was laughing like a maniac XD