
kwintool cwd
	prints the current working directory.

kwintool cwd <directory>
	checks whether or not the specified directory is the current
	working directory.

kwintool cwd.last
	prints the last component of the current working directory path.

kwintool cwd.last <name>
	checks whether or not the specified name matches the last component
	of the current working directory path.

kwintool time
	prints the current time as ``yyy-mm-dd hh:mm:ss''.

kwintool file.compare <file1> <file2>
	checks whether or not file1 and file2 are equal.

kwintool file.timecheck <srcfile> <dstfile>
	checks whether the destination file dstfile is up to date
	(the last modification to dstfile was applied after the last
	modification to srcfile).

kwintool file.cat <file>
	prints the specified file to standard output.

kwintool desktop.cleartype
	enables ClearType.

kwintool desktop.wallpaper <file>
	sets the desktop background.

kwintool lprm.local
	attempts to remove all the current user's print jobs from all
	local print queues.

kwintool lprm.lpd <queue>...
	attempts to remove all the current user's print jobs from the
	specified LPD print queues.

kwintool users
	lists the name of all user accounts on the current system.

kwintool ls <directory>
	lists a directory

kwintool cleanup.disable
	disables cleanup until the next user has logged in.

kwintool cleanup.enable
	enables cleanup.

kwintool boot
	issues commands for clean-up from the system startup script.

kwintool login
	issues commands for clean-up from the users login script.

kwintool logout
	issues commands for clean-up from the  users logout script.

kwintool shutdown
	issues commands for cleanup from the system shutdown script.

