Linux / Unix / CLI

Tricks of the CLI Trade

Show just directories with pretty ls colors!
ls -ld */
Find in files cheap and dirty unix style!
find . -type f| xargs grep ’some_string’
[Listening to: Wouldn't Believe It - The Get Up Kids - Guilt Show (3:47)]

Linux / Unix / CLI

Wget Tricks

Tricks using the versitle WGET Command

Coding, Linux / Unix / CLI