Daily Archives: Monday, 19 September 2005

tail ist ebenfalls ein kleines aber feines tool aus der unix welt, welches man schmerzlich unter windows vermisst; doch es gibt einen port, nämlich wintail; einziger nachteil: die files werden in einer gui angezeigt…

WinTail allows you to view the last 64K of a growing text file in real time under Win32 operating systems. It’s a bit like using the “tail -f” command under UNIX. This is particularly useful for:

- Viewing program execution traces in real-time.
- Viewing application logs in real-time.
- Quickly viewing the last part of a large file without the need to load the entire file.

den besitzer einer oder mehrerer dateien zu ändern ist unter linux nichts besonderes – das erledigt man einfach mit dem tool chown. unter windows sieht die sache ein wenig anders aus; es ist nicht ohne weiteres möglich, zumindest gibt es nicht wirklich ein tool mit dem man auch nur annähernd einfach wie unter unix diesen task erledigen könnte.

abhilfe schafft das gleichnamige tool chown – wildcards sowie recurse subdirectories sind kein problem.

Usage: chown [-r] [-q] [-v] [-s] [-d domain] owner files
change the owner of selected files
-r (recursive) recurse subdirectories
-q (quiet) no output except fatal errors
-v (verbose) print information about actions
-s (skip) skip directories
-d (domain) domain or machine the new owner belongs to
owner new owner of files
files files to be modified (may contain wildcards * and ?)
owner and files must be at the end of the command line