🐍
Automating and/or breaking things
Highlights
Pinned Loading
-
-
dotfiles
dotfiles PublicForked from mathiasbynens/dotfiles
My own dotfiles (tweaked from mathiasbynens/dotfiles)
Shell 2
-
ducks: linux command for the 10 larg...
ducks: linux command for the 10 largest files in current directory 1du -cks * | sort -rn | head -11
23# Usually set this up in my bash profile as an alias:
45# alias ducks='du -cks * | sort -rn | head -11'
-
Perl one-liner to regex replace stri...
Perl one-liner to regex replace string stuff on file(s) 1perl -pi -e 's/you/me/g' file
23# works with *html or any extension to do all in current directory
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.