$ (wget -O - pi.dk/3 || lynx -source pi.dk/3 || curl pi.dk/3/ || \ fetch -o - http://pi.dk/3 ) > install.sh $ bash ./install.sh $ parallel --version GNU parallel 20211222 Copyright (C) 2007-2021 Ole Tange, http://ole.tange.dk and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. GNU parallel comes with no warranty.
Web site: https://www.gnu.org/software/parallel
When using programs that use GNU Parallel to process data for publication please cite as described in 'parallel --citation'.
# comic_id := user defined number # gallery_id := get gallery_id with comic_id # pic_list := Array of pic_files fetched with gallery_id
# download_pic could download a picture at once. # # @param $pic filename of picture # @param $order order of picture functiondownload_pic() { local pic=$1 local order=$2
# Suffix of the picture, e.g., 'png', 'jpg'. local suffix=${pic##*\.}
$ parallel --citation # ... Academic tradition requires you to cite works you base your article on. When using programs that use GNU Parallel to process data for publication please cite:
O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 2011:42-47.
Fin.
参考文献
[1]
O. Tange, “GNU parallel - the command-line power tool,”The USENIX Magazine, vol. 36, no. 1, pp. 42–47, 2011.