
NAME

  dkt - Dirk Krause's tool

SYNOPSIS

  dkt <command> <options> <arguments>

DESCRIPTION

The dkt program is a multipurpose tool. The command chooses the function
to perform. For some commands with long names there are abbreviations
available.
The following commands can be used:

sort
	sorts input line by line, different sort criteria can be used.

html
ht
	converts input to HTML.

latex
lat
	converts input to LaTeX.

cat
	write input to standard output with optional conversion.

pwd
	shows the current working directory.

ls
	shows informations about the specified files.

checksum
cs
	creates checksums and compares current checksums against given lists.

checksize
	creates a file size list and compares current file sizes against
	a given list.

blocksize
blks
	buffers an input stream and writes a data chunk sequence of fixed
	size chunks.

hexadecimal
hex
	shows file contents in hexadecimal notation.

octal
oct
	shows file contents in octal notation.

tape-set
ts
	chooses the next tape set for backup or confirms the current
	tape set.

tape
	chooses the next tape from the current set for backup or confirms
	the current tape set.

create-password
crp
	suggests a password.

uid
	searches for the first free user ID in a range.

erase-disk
ed
	creates a data stream to wipe a hard disk.

random
rnd
	creates random data.


Use
	dkt help <command>
to obtained detailed information for a command, i.e.
	dkt help ls
for the ls command.

OPTIONS

The options depend on the command choosen, options are documented in the
help for the commands.

RETURN VALUE

The program returns exit status code 0 on success, all other status
codes indicate an error.

AUTHOR

Dirk Krause

COPYRIGHT AND LICENSE

Run
  dkt --license-terms
to see the license conditions.

SEE ALSO

http://dktools.sourceforge.net

