
axel
List of commands for axel:
-
axel:tldr:0f45d axel: Limit download speed (bytes per second).$ axel -s ${speed} ${url}try on your machineexplain this command
-
axel:tldr:3c75d axel: Download with multiple connections.$ axel -n ${connections_num} ${url}try on your machineexplain this command
-
axel:tldr:61f16 axel: Download and specify filename.$ axel ${url} -o ${filename}try on your machineexplain this command
-
axel:tldr:dfb55 axel: Download a URL to a file.$ axel ${url}try on your machineexplain this command