diff options
author | Sami Kerola | 2017-06-18 19:16:35 +0200 |
---|---|---|
committer | Karel Zak | 2017-06-26 14:46:35 +0200 |
commit | 83893f26789d4ffe11146a7c0ee9d34a92a0aaf7 (patch) | |
tree | 230e18f58443edabcd9314cc0ec990c514b5b86a /.gitignore | |
parent | misc: consolidate usage() "Available columns" (diff) | |
download | kernel-qcow2-util-linux-83893f26789d4ffe11146a7c0ee9d34a92a0aaf7.tar.gz kernel-qcow2-util-linux-83893f26789d4ffe11146a7c0ee9d34a92a0aaf7.tar.xz kernel-qcow2-util-linux-83893f26789d4ffe11146a7c0ee9d34a92a0aaf7.zip |
uuidparse: add new command
This command will analyze and print information about UUID's. The command
is based on libuuid/src/uuid_time.c but modified to use libsmartcol.
[kzak@redhat.com: - minor coding style changes]
Reference: http://marc.info/?l=util-linux-ng&m=149735980715600&w=2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38afedbab..7a6c4afc2 100644 --- a/.gitignore +++ b/.gitignore @@ -165,6 +165,7 @@ ylwrap /utmpdump /uuidd /uuidgen +/uuidparse /vipw /wall /wdctl |