Skip to content

Instantly share code, notes, and snippets.

@Andrew8xx8
Last active September 25, 2015 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andrew8xx8/921665 to your computer and use it in GitHub Desktop.
Save Andrew8xx8/921665 to your computer and use it in GitHub Desktop.
Linux tips
git status | grep modified | grep -o '[[:alpha:]]*/.*$'

Дамп базы

mysqldump -uuser -ppasswd -B DBname --ignore-table=tablename > dump.sql

Греп по логам

zgrep -i Error *.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment