Created
August 5, 2018 16:51
-
-
Save cobysy/96f9538320c81845385e892a02abd923 to your computer and use it in GitHub Desktop.
rsync JMdict_e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# v = verbose | |
# z = reduce the network transfer by adding compression | |
# P = combines the flags --progress and --partial. | |
# The first of these gives you a progress bar for the transfers and the second allows you to resume interrupted transfers | |
rsync -vzP ftp.edrdg.org::nihongo/JMdict_e . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment