File: control

package info (click to toggle)
xtail 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: ansic: 2,061; sh: 153; makefile: 52
file content (27 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: xtail
Section: utils
Priority: optional
Maintainer: xiao sheng wen <atzlinux@sina.com>
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Homepage: https://www.unicom.com/sw/xtail
Vcs-Browser: https://salsa.debian.org/debian/xtail
Vcs-Git: https://salsa.debian.org/debian/xtail.git

Package: xtail
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: like "tail -f", but works on truncated files, directories, more
 xtail watches the growth of files. It's like running a "tail -f" on a bunch
 of files at once. It notices if a file is truncated and starts from the
 beginning. You can specify both filenames and directories on the command
 line. If you specify a directory, it watches all the files in that directory.
 It will notice when new files are created (and start watching them) or when
 old files are deleted (and stop watching them).
 .
 Note that xtail isn't a graphical (X11) program, it runs on a plain tty. The
 name likely comes from "eXtended tail" or such.