File: control

package info (click to toggle)
less 332-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 956 kB
  • ctags: 1,145
  • sloc: ansic: 13,030; sh: 185; makefile: 116; awk: 7
file content (17 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Section: text
Maintainer: Darren Stalder <torin@daft.com>
Source: less
Standards-Version: 2.4.1.0

Package: less
Priority: Standard
Depends: ${shlibs:Depends}, debianutils (>= 1.8)
Architecture: any
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.