Created
August 31, 2018 05:52
-
-
Save ryantm/df5a2a985d4b75df6c5a2047918eea6d to your computer and use it in GitHub Desktop.
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
/nix/store/b8zwnh6hixb0jr3kd0yqzzkn5xm6aynv-at-3.1.23 | |
├── bin | |
│ ├── at | |
│ ├── atd | |
│ ├── atq -> at | |
│ ├── atrm -> at | |
│ ├── atrun | |
│ └── batch | |
├── sbin -> bin | |
└── share | |
├── doc | |
│ └── at | |
│ ├── ChangeLog | |
│ ├── Copyright | |
│ ├── Problems | |
│ ├── README | |
│ └── timespec | |
└── man | |
├── man1 | |
│ ├── at.1.gz | |
│ ├── atq.1.gz -> /nix/store/b8zwnh6hixb0jr3kd0yqzzkn5xm6aynv-at-3.1.23/share/man/man1/at.1.gz | |
│ ├── atrm.1.gz -> /nix/store/b8zwnh6hixb0jr3kd0yqzzkn5xm6aynv-at-3.1.23/share/man/man1/at.1.gz | |
│ └── batch.1.gz -> /nix/store/b8zwnh6hixb0jr3kd0yqzzkn5xm6aynv-at-3.1.23/share/man/man1/at.1.gz | |
├── man5 | |
│ ├── at.allow.5.gz | |
│ └── at.deny.5.gz -> /nix/store/b8zwnh6hixb0jr3kd0yqzzkn5xm6aynv-at-3.1.23/share/man/man5/at.allow.5.gz | |
└── man8 | |
├── atd.8.gz | |
└── atrun.8.gz | |
9 directories, 19 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment