From a8ad6fa532e8a9a4bb6c99dad3d4590f306a1548 Mon Sep 17 00:00:00 2001 From: jozan Date: Sat, 28 Nov 2020 00:33:03 +0000 Subject: README update FossilOrigin-Name: dd86fdddcfa87ec3d752b4b50ea99d34c77e44697309b04ea250c8263900a70e --- README | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 6a64eb4..99813fa 100644 --- a/README +++ b/README @@ -48,13 +48,39 @@ manually. Example of usage: $ cd messy_directory - $ unixize -v -r . + $ unixize -R . + $ tree + . + ├── Sub directory + │ ├── 01. IMG.JPG + │ ├── archive.tar.xz + │ └── zxc*:()ASD.qWe + ├── a file + ├── Bad-file.mkv + ├── good_file + ├── README + └── ‡‡‡‡song‡‡‡‡.mp3 + $ unixize -R . + $ tree + . + ├── sub_directory + │ ├── 01_img.jpg + │ ├── archive.tar.xz + │ └── zxcasd.qwe + ├── a_file + ├── bad_file.mkv + ├── good_file + ├── readme + └── song.mp3 End note -------- +Despite being single-threaded, unixize performs well. Used on my whole music +directory (14943 files and directories) on FreeBSD with UFS, the operation +took less than one second. + Please note that unixize was tested only on FreeBSD at the moment. Linux and macOS tests are coming soon. You can report bug on [[https://github.com/JozanLeClerc/unixize.git][GitHub]]. Thanks for checking *unixize*. - -- cgit v1.2.3