Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 26, 2018 20:53
Show Gist options
  • Save ryantm/4036601e128ddd8c0b9f31c6c878e492 to your computer and use it in GitHub Desktop.
Save ryantm/4036601e128ddd8c0b9f31c6c878e492 to your computer and use it in GitHub Desktop.
/nix/store/izyd3h2bnhagnpi0pq107h6j02v4mi66-parallel-20181022
├── bin
│   ├── env_parallel
│   ├── env_parallel.ash
│   ├── env_parallel.bash
│   ├── env_parallel.csh
│   ├── env_parallel.dash
│   ├── env_parallel.fish
│   ├── env_parallel.ksh
│   ├── env_parallel.mksh
│   ├── env_parallel.pdksh
│   ├── env_parallel.sh
│   ├── env_parallel.tcsh
│   ├── env_parallel.zsh
│   ├── niceload
│   ├── parallel
│   ├── parcat
│   ├── parset
│   ├── sem -> parallel
│   └── sql
└── share
├── doc
│   └── parallel
│   ├── env_parallel.html
│   ├── env_parallel.pdf
│   ├── env_parallel.texi
│   ├── niceload.html
│   ├── niceload.pdf
│   ├── niceload.texi
│   ├── parallel_alternatives.html
│   ├── parallel_alternatives.pdf
│   ├── parallel_alternatives.texi
│   ├── parallel_book.html
│   ├── parallel_book.pdf
│   ├── parallel_book.texi
│   ├── parallel_design.html
│   ├── parallel_design.pdf
│   ├── parallel_design.texi
│   ├── parallel.html
│   ├── parallel.pdf
│   ├── parallel.texi
│   ├── parallel_tutorial.html
│   ├── parallel_tutorial.pdf
│   ├── parallel_tutorial.texi
│   ├── parcat.html
│   ├── parcat.pdf
│   ├── parcat.texi
│   ├── parset.html
│   ├── parset.pdf
│   ├── parset.texi
│   ├── sem.html
│   ├── sem.pdf
│   ├── sem.texi
│   ├── sql.html
│   ├── sql.pdf
│   └── sql.texi
└── man
├── man1
│   ├── env_parallel.1.gz
│   ├── niceload.1.gz
│   ├── parallel.1.gz
│   ├── parcat.1.gz
│   ├── parset.1.gz
│   ├── sem.1.gz
│   └── sql.1.gz
└── man7
├── parallel_alternatives.7.gz
├── parallel_book.7.gz
├── parallel_design.7.gz
└── parallel_tutorial.7.gz
7 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment