Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active March 17, 2016 00:51
Show Gist options
  • Save dumindu/d9c24ec3aee5157efc91 to your computer and use it in GitHub Desktop.
Save dumindu/d9c24ec3aee5157efc91 to your computer and use it in GitHub Desktop.
screen -S dumindu
pv /home/usera/download/public/db_dump.sql.gz | gunzip | mysql db_name;
#exit from screen without terminating task
ctrl ad
#to check back
screen -r dumindu
#to terminate
ctrl d
#see active screens
screen -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment