Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 17, 2018 15:18
Show Gist options
  • Save ryantm/78b13b077d5f9da29fc2b256af44e638 to your computer and use it in GitHub Desktop.
Save ryantm/78b13b077d5f9da29fc2b256af44e638 to your computer and use it in GitHub Desktop.
/nix/store/3c5r4b2a5cb6cpwr73ahrr03v965hhbg-e2fsprogs-1.44.2-bin
├── bin
│   ├── badblocks
│   ├── chattr
│   ├── compile_et
│   ├── debugfs
│   ├── dumpe2fs
│   ├── e2freefrag
│   ├── e2fsck
│   ├── e2image
│   ├── e2label -> tune2fs
│   ├── e2undo
│   ├── e4crypt
│   ├── e4defrag
│   ├── filefrag
│   ├── fsck.ext2 -> e2fsck
│   ├── fsck.ext3 -> e2fsck
│   ├── fsck.ext4 -> e2fsck
│   ├── logsave
│   ├── lsattr
│   ├── mk_cmds
│   ├── mke2fs
│   ├── mkfs.ext2 -> mke2fs
│   ├── mkfs.ext3 -> mke2fs
│   ├── mkfs.ext4 -> mke2fs
│   ├── mklost+found
│   ├── resize2fs
│   └── tune2fs
└── sbin -> bin
2 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment