Pinned Loading
-
-
This script can transfer large direc...
This script can transfer large directory structures with parallel rsync workers. Example command line: `rsync_parallel . -- -aHSAX --exclude '*13' . /tmp/2/.` 1#!/bin/zsh2#3# Copyright (c) 2014, 2020 by Dr. András Korn. Implements the basic idea of a similar script by Robert Coup (2013).4# License: GPLv35 -
Run specified (presumably expensive)...
Run specified (presumably expensive) command with specified arguments and cache result. If cache is fresh enough, don't run command again but return cached output. 1#!/bin/zsh2#3# Purpose: run specified command with specified arguments and cache result. If cache is fresh enough, don't run command again but return cached output.4# Also cache exit status and stderr.5# Copyright (c) 2019-2023 András Korn; License: GPLv3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

