![]() |
(on Google Play)
(on F-Droid)
https://sites.google.com/site/ghostcommander1
Dual-panel file manager. Also has a decent text editor.
Extremely capable.
-
External storage access optional
![]() |
(on Google Play)
(on F-Droid)
https://sites.google.com/site/ghostcommander1
Dual-panel file manager. Also has a decent text editor.
Extremely capable.
External storage access optional
![]() |
Software >
https://www.nirsoft.net/utils/iconsext.html
EXE/DLL/OCX/CPL icon grabber/extractor
See also that author's DotNetResourcesExtract for .NET stuff.
![]() |
(on Wikipedia)
https://www.gnu.org/software/coreutils/
A ubiquitous byte-copying tool.
I use this for copying disks, partitions and ISOs.
Part of GNU's "coreutils"
![]() |
A program, or Perl script, which does regular expression-enhanced batch renaming.
Essential.
See also:
Software >
FTP + curl + FUSE > mount >
http://curlftpfs.sourceforge.net/
https://sourceforge.net/projects/curlftpfs/
This was wholly obsoleted by find_tools.sh (and find_tools_media.sh)
See also:
![]() |
(on Wikipedia)
http://www.gnu.org/software/findutils/
"The GNU Find Utilities" is one of those packages that's installed everywhere. find
is one of those programs everyone ends up using and ends up being horrified at.
aka GNU Find Utilities
See also:
https://web.archive.org/*/www.codeforpeople.com/lib/ruby/dirwatch/
Apparently it requires sqlite - but gem is fucking insane and locks my system up trying to update.
nice -n gem install sqlite
Software >
(on Wikipedia)
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/ [ 1 ] was https://www.kernel.org/pub/linux/utils/util-linux/ [ 2 ] was ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
Create a hex dump of a file.
Part of util-linux.
See also:
od -- Same thing.
Software >
(on Wikipedia)
https://www.gnu.org/software/coreutils/manual/html_node/od-invocation.html
Dump files in octal and other formats
Piece of shit.. can't be used to reverse itself. Use xxd.
See also: