File: control

package info (click to toggle)
less 346-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,076 kB
  • ctags: 1,231
  • sloc: ansic: 14,048; sh: 227; makefile: 119; awk: 7
file content (20 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: less
Section: text
Priority: standard
Maintainer: Thomas Schoepf <schoepf@debian.org>
Build-Depends: libncurses-dev
Build-Depends-Indep: debhelper
Standards-Version: 3.1.0

Package: less
Architecture: any
Depends: ${shlibs:Depends}, debianutils (>= 1.8)
Description: A file pager program, similar to more(1)
 Less is a program similar to more (1), but which allows backward
 movement in the file as well as forward movement.  Also, less does not
 have to read the entire input file before starting, so with large input
 files it starts up faster than text editors like vi (1).  Less uses
 termcap (or terminfo on some systems), so it can run on a variety of
 terminals.  There is even limited support for hardcopy terminals.
 .
 Homepage: http://www.flash.net/~marknu/less/