Yunga

cliref.md

Sep 14th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 199.21 KB | None | 0 0
  1. _________ _____ _______________ _____
  2. \_ ___ \\ \\___________ \____ / ____\ ~/.bash/cliref.md
  3. / \ \/| | | || _/ __ \ __\ copy/paste from whatisdb
  4. \ \___|__ |_|_ || | \ __/|_ | http://pastebin.com/KeDEzsPw
  5. \________ /_____ \_||____|_ /____ /_| yunga.palatino@gmail.com
  6. 20140910 \/ 1317 \/ \/ \/
  7.  
  8. -------------------------------------------------------------------------------
  9.  
  10.  
  11. # Content #####################################################################
  12.  
  13. Table | of | Content
  14. -----------------------|------------------------|------------------------
  15. [Content] | [Other Documentation] | [Getting Help]
  16. [Interesting Pages] | [Shells] | [Setup]
  17. [System] | [Kernel] | [Init and Runlevels]
  18. [Hardware] | [Filesystem Tools] | [Quota]
  19. [Processes] | [Performances] | [User Management]
  20. [User Information] | [Environment] | [Security Context]
  21. [Development] | [Debugging] | [Revision Control]
  22. [Database] | [Network] | [Network Tunnels]
  23. [Network Scan] | [Network Capture] | [Network Filesystems]
  24. [Network Apps] | [Modem/Fax/GSM] | [File Transfer]
  25. [Browser] | [RSS Reader] | [Podcast]
  26. [Chat] | [EMail] | [Newsgroups]
  27. [Websites] | [Directories] | [Files]
  28. [Pipes] | [File Attributes] | [File Find]
  29. [File Compare] | [Binary Information] | [File Managers]
  30. [Viewers] | [Editors] | [Text Utilities]
  31. [Spelling] | [ASCII Art] | [Print]
  32. [Compression] | [Backup] | [CD/DVD/BluRay]
  33. [Numbers and Math] | [Date and Time] | [Schedule]
  34. [Terminal] | [Office] | [Publishing]
  35. [Task Managers] | [Conversion] | [Images]
  36. [Vector Graphics] | [3D] | [Videos]
  37. [Audio and Music] | [Audio Players] | [Audio Editing]
  38. [Midi] | [Text to Speech] | [Games]
  39. [Screensavers] | [Other] | [X Windows]
  40. | [Funny] |
  41.  
  42.  
  43. # Other Documentation #########################################################
  44.  
  45. ## Local directories
  46.  
  47. manpages /usr/man/ /usr/share/man/
  48. infopages /usr/info/ /usr/share/info/
  49. packages /usr/doc/ /usr/share/doc/
  50. linux doc prj /usr/doc/ldp /usr/share/doc/ldp/
  51. howtos /usr/doc/howto /usr/share/doc/howto
  52. mini howtos /usr/doc/howto/mini /usr/share/doc/howto/mini
  53. kernel /usr/src/linux/documentation/
  54. x window /usr/x11r6/lib/x11/doc/
  55. apache /home/httpd/html/manual/ /var/www/html/manual/
  56. latex doc /usr/share/texmf/doc/latex/latex2e-html/
  57. tex /usr/share/texmf/doc/
  58.  
  59. ## On the Web
  60.  
  61. - [The Linux man-pages project] (https://www.kernel.org/doc/man-pages/)
  62. - [Linux Manpages Online] (http://man.cx/)
  63. - [Ubuntu Manpage Repository] (http://manpages.ubuntu.com/)
  64. - [ArchWiki] (https://wiki.archlinux.org/)
  65. - [Debian Wiki] (https://wiki.debian.org/)
  66. - [The Linux Documentation Project] (http://tldp.org/)
  67. - [GreyCat's wiki] (http://mywiki.wooledge.org/)
  68. - [Bash Hackers Wiki] (http://wiki.bash-hackers.org/)
  69. - [Inconsolation] (http://inconsolation.wordpress.com/)
  70. - [Command Line Kung Fu] (http://blog.commandlinekungfu.com/)
  71. - [CommandLineFu] (http://www.commandlinefu.com/)
  72. - [Unix Mages] (http://unixmages.com/)
  73. - [SuperUser] (https://superuser.com/)
  74. - [Ask Ubuntu] (https://askubuntu.com/)
  75. - [Unix on StackExchange] (https://unix.stackexchange.com/)
  76. - [Shell subreddits]
  77. (http://www.reddit.com/r/bash+bashtricks+commandline+scriptswap+shell+zsh)
  78.  
  79. ## Manpages Sections on various platforms
  80.  
  81. Section | General use on various unix platforms
  82. --------- | ----------------------------------------------------------
  83. 0 | c library header files
  84. 1 | general commands
  85. 1c | communications
  86. 1g | graphics
  87. 1m | maintenance, system administration commands and daemons
  88. 2 | system calls
  89. 3 | library functions, in particular the c standard library
  90. 3c | c programming language
  91. 3f | fortran programming language
  92. 3m | miscellaneous programming routines
  93. 4 | special files, devices, drivers, formats and conventions
  94. 5 | file formats and conventions miscellanea
  95. 6 | games and screensavers
  96. 7 | miscellanea, special files, devices and drivers
  97. 8 | system administration commands and daemons
  98. 9 | kernel routines
  99. l | local, some programs install pages here instead of (1)
  100. n | tcl/tk keywords
  101. x | the x window system
  102. ?p | perl scripts man pages
  103. ?posix | posix man pages
  104. ?fun | funny command lines
  105.  
  106.  
  107. # Getting Help ################################################################
  108.  
  109. Command | Description
  110. --------------- | -----------------------------------------------------------
  111. [man] | an interface to the on-line reference manuals
  112. [apropos] | search the manual page names and descriptions
  113. [whatis] | display manual page descriptions
  114. [whichman] | search for a man page using a fault tolerant matching
  115. [info] | read info documents
  116. [help] | shell built-in help
  117. [type] | display information about command type
  118. [konqueror] | browse man:/info:/perldoc: thanks to kio
  119.  
  120.  
  121. # Interesting Pages ###########################################################
  122.  
  123. Manpage | Description
  124. --------------------- | -----------------------------------------------------
  125. [intro.1] | user commands
  126. [intro.2] | system calls
  127. [intro.3] | library functions
  128. [intro.4] | special files
  129. [intro.5] | file formats
  130. [intro.6] | games
  131. [intro.7] | overview/conventions/miscellany section
  132. [intro.8] | administration and privileged commands
  133. [undocumented.7] | no manpage for this program, utility or function
  134. [missing] | missing manual pages
  135. [LDP] | linux documentation project with help and guides
  136. [man-pages] | conventions for writing linux man pages
  137. [environ] | user environment
  138. [hier] | description of the filesystem hierarchy
  139. [file-hierarchy] | file system hierarchy overview
  140. [capabilities] | overview of linux capabilities
  141. [signal] | overview of signals
  142. [standards] | standards - c and unix standards
  143. [units.7] | units, kilo/kibi/mega, decimal and binary prefixes
  144. [libc] | overview of standard c libraries on linux
  145. [posixoptions] | optional parts of the posix standard
  146. [errno] | look up errno names and descriptions
  147. [errno.3] | number of last error
  148. [undocumented.3] | undocumented library functions
  149. [acl] | access control lists
  150. [ascii] | report character aliases
  151. [ascii.7] | ascii characters in octal, decimal, and hexadecimal
  152. [unicode] | universal character set
  153. [locale] | description of multilanguage support
  154. [readline] | get a line from a user with editing (inputrc)
  155. [bash] | gnu bourne-again shell
  156. [zsh] | the z shell
  157. [perlintro] | brief introduction and overview of perl
  158. [perlcheat] | perl 5 cheat sheet
  159. [pcrepattern] | pcre - perl-compatible regular expressions
  160. [pcresyntax] | pcre - perl-compatible regex syntax summary
  161. [gittutorial] | a tutorial introduction to git
  162.  
  163.  
  164. # Shells ######################################################################
  165.  
  166. Command | Description
  167. --------------- | -----------------------------------------------------------
  168. [sh] | shell, the standard command language interpreter
  169. [bash] | gnu bourne-again shell
  170. [fish] | the friendly interactive shell
  171. [zsh] | the z shell
  172. [fizsh] | friendly interactive zshell
  173. [ksh] | kornshell, a command and programming language
  174. [pdksh] | legacy kornshell built on mksh
  175. [mksh] | mirbsd kornshell
  176. [csh] | a shell with c-like syntax
  177. [tcsh] | c shell with file name completion and cli editing
  178. [ash] | the almquist shell
  179. [dash] | the debian almquist shell
  180. [rc] | a shell for plan 9 and unix systems
  181. [git-sh] | a git shell (bash)
  182.  
  183.  
  184. # Setup #######################################################################
  185.  
  186. Command | Description
  187. --------------- | -----------------------------------------------------------
  188. [apt-get] | apt package handling utility (debian)
  189. [apt-config] | apt configuration query program
  190. [apt-cache] | query the apt cache
  191. [apt-file] | apt package searching utility
  192. [whohas] | find packages in various distributions repositories
  193. [apt-mark] | mark/unmark a package as being automatically-installed
  194. [debfoster] | weed unnecessary debian packages
  195. [deborphan] | orphaned package finder
  196. [dgrep] | grep through files belonging to an installed package
  197. [dglob] | expand package names or files matching a pattern
  198. [dlocate] | program to view debian package information
  199. [dpkg] | package manager for debian
  200. [dpkg-reconfigure] | reconfigure an already installed package
  201. [debconf] | run a debconf-using program
  202. [debconf-get-selections] | output contents of debconf database
  203. [debconf-set-selections] | insert new values into the debconf database
  204. [update-alternatives] | maintain symlinks for default commands
  205. [update-manager] | graphical management of software updates
  206. [dselect] | debian package management frontend
  207. [aptitude] | high-level interface to the package manager
  208. [synaptic] | graphical management of software packages (xwindows)
  209. [alien] | convert or install an alien binary package (rpm, deb)
  210. [smart] | the smart package manager (apt/rpm/yum/etc)
  211. [yum] | yellowdog updater modified (redhat)
  212. [rpm] | rpm package manager (redhat)
  213. [urpmi] | rpm downloader/installer/dependency solver (mandriva)
  214. [zypper] | interface to zypp system management (opensuse)
  215. [pacman] | package manager utility (archlinux)
  216. [yaourt] | more than a frontend to pacman (archlinux)
  217.  
  218.  
  219. # System ######################################################################
  220.  
  221. Command | Description
  222. --------------- | -----------------------------------------------------------
  223. [nmon] | systems administrator, tuner, benchmark tool
  224. [collectl] | collects data that describes the current system status
  225. [uptime] | view the system load and how long it has been running
  226. [times] | show process times for the shell and its child
  227. [lsb_release] | print distribution-specific information
  228. [uname] | print system/kernel information
  229. [arch] | print machine hardware name (same as uname -m)
  230. [nproc] | print the number of processing units available
  231. [procinfo] | display system statistics gathered from /proc
  232. [mpstat] | report processors related statistics
  233. [saidar] | a curses-based tool for viewing system statistics
  234. [perf-top] | system profiling tool
  235. [lmbench] | system benchmarks
  236. [sysbench] | a modular, multi-threaded benchmark tool
  237. [sar] | collect, report, or save system activity information
  238. [hostid] | print the numeric identifier for the current host
  239. [free] | display amount of free/used/swap memory in the system
  240. [swapon] | enable/disable device and file for paging and swapping
  241. [vmstat] | report virtual memory statistics
  242. [dstat] | versatile tool for generating system resource stats
  243. [iostat] | report cpu and io statistics for dev, part and nfs
  244. [iotop] | simple top-like i/o monitor
  245. [fio] | flexible i/o tester
  246. [blktrace] | generate traces of the i/o traffic on block devices
  247. [blockdev] | call block device ioctls from the command line
  248. [slabtop] | display kernel slab cache information in real time
  249. [tload] | graphic representation of system load average
  250. [logger] | a shell interface to the syslog system log module
  251.  
  252.  
  253. # Kernel ######################################################################
  254.  
  255. Command | Description
  256. --------------- | -----------------------------------------------------------
  257. [lsmod] | program to show the status of modules in linux kernel
  258. [insmod] | simple program to insert a module into the linux kernel
  259. [rmmod] | simple program to remove a module from the linux kernel
  260. [modinfo] | program to show information about a linux kernel module
  261. [modprobe] | program to add and remove modules from the linux kernel
  262. [modconf] | a module configuration utility
  263. [depmod] | program to generate modules.dep and map files
  264. [sysctl] | configure kernel parameters at runtime
  265.  
  266.  
  267. # Init and Runlevels ##########################################################
  268.  
  269. Command | Description
  270. --------------- | -----------------------------------------------------------
  271. [initctl] | upstart service configuration
  272. [start] | init daemon control tool
  273. [stop] | init daemon control tool
  274. [status] | init daemon control tool
  275. [chkconfig] | enable or disable system services
  276. [service] | run a system v init script
  277. [sysv-rc-conf] | run-level configuration for sysv like init script links
  278. [runlevel] | output previous and current runlevel
  279. [telinit] | change system runlevel
  280. [systemctl] | control the systemd system and service manager
  281. [journalctl] | query the systemd journal
  282. [loginctl] | control the systemd login manager
  283. [halt] | reboot or stop the system
  284. [reboot] | reboot or stop the system
  285. [shutdown] | shutdown or restart the system
  286. [poweroff] | reboot or stop the system
  287.  
  288.  
  289. # Hardware ####################################################################
  290.  
  291. Command | Description
  292. --------------- | -----------------------------------------------------------
  293. [x86info] | display x86 cpu diagnostics
  294. [dmesg] | print kernel and driver messages
  295. [hdparm] | get/set sata/ide device parameters
  296. [smartctl] | control and monitor utility for smart disks
  297. [badblocks] | search a device for bad blocks
  298. [setserial] | get/set linux serial port information
  299. [wvdial] | ppp dialer with built-in intelligence
  300. [lshw] | list hardware
  301. [lshal] | lists all devices the hardware abstraction layer knows
  302. [lsdev] | display information about installed hardware
  303. [lsblk] | list block devices
  304. [lsusb] | list usb devices
  305. [lspci] | list all pci devices
  306. [setpci] | configure pci devices
  307. [pnpdump] | dump isa plug-and-play devices resource information
  308. [isadump] | examine isa registers
  309. [scsiinfo] | query information from a scsi device
  310. [sginfo] | access mode page information for a scsi/atapi device
  311. [sg_map] | displays mapping between linux sg and scsi devices
  312. [udevadm] | udev management tool
  313. [ethtool] | query or control network driver and hardware settings
  314. [mii-tool] | view, manipulate media-independent interface status
  315. [dmidecode] | dmi table decoder
  316. [hwinfo] | probe for hardware
  317. [acpitool] | acpi client, allowing you to query or set acpi values
  318. [apm] | interface with the apm subsystem
  319. [alsamixer] | soundcard mixer for alsa driver
  320. [aumix] | adjust audio mixer
  321. [rexima] | a curses-based (and command-line) mixer
  322. [alsactl] | advanced controls for alsa soundcard driver
  323. [showkey] | examine the codes sent by the keyboard
  324. [loadkeys] | load keyboard translation tables
  325. [dumpkeys] | dump keyboard translation tables
  326. [setleds] | set the keyboard leds
  327.  
  328.  
  329. # Filesystem Tools ############################################################
  330.  
  331. Command | Description
  332. --------------- | -----------------------------------------------------------
  333. [df] | report file system disk space usage
  334. [mount] | mount a filesystem
  335. [umount] | unmount file systems
  336. [fusermount] | mount and unmount fuse filesystems
  337. [fsck] | check and repair a linux file system
  338. [badblocks] | search a device for bad blocks
  339. [sync] | flush disk caches
  340. [mkfs] | build a linux file system
  341. [tune2fs] | adjust tunable filesystem parameters on ext2/ext3/ext4
  342. [fdisk] | partition table manipulator for linux
  343. [cfdisk] | curses/slang based disk partition table manipulator
  344. [parted] | a partition manipulation program
  345. [fdformat] | low-level format a floppy disk
  346. [mtools] | utilities to access dos disks in unix
  347. [lilo] | install linux boot loader
  348. [grub] | install grand unified bootloader
  349. [dd] | convert/copy a file, write disk headers, boot records
  350. [ddrescue] | data recovery tool
  351. [foremost] | recover files using their headers/footers/structures
  352. [photorec] | recover lost files from hdisk, digital camera and cdrom
  353. [safecopy] | data recovery tool
  354.  
  355.  
  356. # Quota #######################################################################
  357.  
  358. Command | Description
  359. --------------- | -----------------------------------------------------------
  360. [quota] | display disk usage and limits
  361. [repquota] | summarize quotas for a filesystem
  362. [setquota] | set disk quotas
  363. [edquota] | edit user quotas
  364. [quotaon] | turn filesystem quotas on
  365. [quotaoff] | turn filesystem quotas off
  366. [quotacheck] | scan for disk usage, create, check, repair quota files
  367. [convertquota] | convert quota from old file format to new one
  368.  
  369.  
  370. # Processes ###################################################################
  371.  
  372. Command | Description
  373. --------------- | -----------------------------------------------------------
  374. [ps] | report a snapshot of the current processes
  375. [w] | show who is logged on and what they are doing
  376. [top] | monitor processes
  377. [htop] | interactive process viewer
  378. [atop] | at computing system & process monitor
  379. [gitps] | a visual process viewer/killer (gnu interactive tools)
  380. [pidstat] | report statistics for linux tasks
  381. [powertop] | program to analyze power consumption on intel laptops
  382. [prtstat] | print statistics of a process
  383. [pstree] | display a tree of processes
  384. [kill] | send a signal to a process
  385. [killall] | kill all processes named proc
  386. [pidof] | find the process id of a running program
  387. [pkill] | signal processes based on name and other attributes
  388. [pgrep] | lookup processes based on name and other attributes
  389. [skill] | send a signal or report process status
  390. [snice] | send a signal or report process status
  391. [nice] | set/run a program with modified scheduling priority
  392. [renice] | alter priority of running processes
  393. [ionice] | set or get process i/o scheduling class and priority
  394. [cpulimit] | limits the cpu usage of a process
  395. [taskset] | retrieve or set a process cpu affinity
  396. [nohup] | runs a command immune to hangups, outputs to a non-tty
  397. [disown] | shell built-in, removes each jobs from shell
  398. [jobs] | lists the active jobs
  399. [bg] | lists stopped or background jobs, resume a stopped job
  400. [fg] | brings the most recent job to foreground
  401. [time] | time a simple command
  402. [timeout] | run a command with a time limit
  403. [uux] | remote command execution
  404. [uustat] | uucp status inquiry and job control
  405. [ipcs] | report interprocess communication facilities status
  406. [ipcrm] | remove message, semaphore, or shared memory identifier
  407.  
  408.  
  409. # Performances ################################################################
  410.  
  411. See Brendan D. Gregg [Linux Perf page]
  412. (http://www.brendangregg.com/linuxperf.html)
  413.  
  414. Command | Description
  415. --------------- | -----------------------------------------------------------
  416. [collectl] | collects data that describes the current system status
  417. [uptime] | view the system load and how long it has been running
  418. [mpstat] | report processors related statistics
  419. [lmbench] | system benchmarks
  420. [sysbench] | a modular, multi-threaded benchmark tool
  421. [sar] | collect, report, or save system activity information
  422. [free] | display amount of free/used/swap memory in the system
  423. [swapon] | enable/disable device and file for paging and swapping
  424. [vmstat] | report virtual memory statistics
  425. [dstat] | versatile tool for generating system resource stats
  426. [iostat] | report cpu and io statistics for dev, part and nfs
  427. [iotop] | simple top-like i/o monitor
  428. [fio] | flexible i/o tester
  429. [blktrace] | generate traces of the i/o traffic on block devices
  430. [slabtop] | display kernel slab cache information in real time
  431. [sysctl] | configure kernel parameters at runtime
  432. [hdparm] | get/set sata/ide device parameters
  433. [ps] | report a snapshot of the current processes
  434. [top] | monitor processes
  435. [htop] | interactive process viewer
  436. [pidstat] | report statistics for linux tasks
  437. [nice] | set/run a program with modified scheduling priority
  438. [renice] | alter priority of running processes
  439. [ionice] | set or get process i/o scheduling class and priority
  440. [taskset] | retrieve or set a process cpu affinity
  441. [sysdig] | a system-level exploration and troubleshooting tool
  442. [ltrace] | a library call tracer
  443. [strace] | trace system calls and signals
  444. [stap] | systemtap script translator driver
  445. [ktap] | lightweight script-based dynamic tracing tool for linux
  446. [llttng] | tracer control command line tool
  447. [perf] | performance analysis tools for linux
  448. [tiptop] | display hardware performance counters for linux tasks
  449. [ethtool] | query or control network driver and hardware settings
  450. [iperf] | perform network throughput tests
  451. [pchar] | perform network measurements along an internet path
  452. [ping] | check if host is reachable
  453. [hping3] | send (almost) arbitrary tcp/ip packets to network hosts
  454. [traceroute] | print the route packets trace to network host (see mtr)
  455. [mtr] | traceroute and ping programs diagnostic tool
  456. [nicstat] | print network traffic statistics
  457. [netstat] | print connections, routing, masquerade, multicast stats
  458. [ss] | another utility to investigate sockets
  459. [iptraf] | interactive colorful ip lan monitor
  460. [tcpdump] | dump traffic on a network
  461. [snmpget] | communicates with a network using snmp get requests
  462. [lldptool] | manage the lldp settings and status of lldpad
  463. [tune2fs] | adjust tunable filesystem parameters on ext2/ext3/ext4
  464. [dd] | convert/copy a file, write disk headers, boot records
  465.  
  466.  
  467. # User Management #############################################################
  468.  
  469. Command | Description
  470. --------------- | -----------------------------------------------------------
  471. [adduser] | add a user or group to the system
  472. [useradd] | create a new user or update default user information
  473. [userdel] | delete a user account and related files
  474. [usermod] | modify a user account
  475. [newusers] | update and create new users in batch
  476. [groupadd] | create a new group
  477. [groupdel] | delete a group
  478. [groupmod] | modify a group definition on the system
  479. [newgrp] | log in to a new group
  480. [chage] | change user password expiry information
  481. [chfn] | change real user name and information
  482. [chsh] | change login shell
  483. [passwd] | change user password
  484.  
  485.  
  486. # User Information ############################################################
  487.  
  488. Command | Description
  489. --------------- | -----------------------------------------------------------
  490. [id] | print real and effective user and group ids
  491. [groups] | print group names a user is in
  492. [sa] | summarizes accounting information
  493. [ac] | print statistics about users connect time
  494. [who] | print all usernames currently logged in
  495. [whoami] | print effective userid
  496. [rwho] | determine all users logged on your local network
  497. [w] | show who is logged on and what they are doing
  498. [last] | show listing of last logged in users
  499. [lastb] | show listing of bad loggin attemps
  500. [lastlog] | reports recent login of all users or of a given user
  501. [lastcomm] | print information about previously executed commands
  502. [users] | print the user names of users currently logged in
  503. [logname] | print the login name of a user
  504. [talk] | talk to another user
  505. [ytalk] | multi-user chat program
  506. [write] | send a message to another user
  507. [wall] | write a message to users
  508. [mesg] | control write access to your terminal
  509.  
  510.  
  511. # Environment #################################################################
  512.  
  513. Command | Description
  514. --------------- | -----------------------------------------------------------
  515. [printenv] | print all or part of environment
  516. [env] | run a program in a modified environment
  517. [locale] | get locale-specific information
  518. [localedef] | compile locale definition files
  519.  
  520.  
  521. # Security Context ############################################################
  522.  
  523. Command | Description
  524. --------------- | -----------------------------------------------------------
  525. [su] | change user id or become superuser
  526. [sudo] | execute a command as another user
  527. [op] | grant trusted users access to certain root operations
  528. [runcon] | run command with specified security context (selinux)
  529. [chcon] | change file security context (selinux)
  530. [chroot] | run command or interactive shell with special root dir
  531. [schroot] | securely enter a chroot environment
  532. [rarun2] | run programs with different env/args/perms/dirs/etc
  533.  
  534.  
  535. # Development #################################################################
  536.  
  537. Command | Description
  538. --------------- | -----------------------------------------------------------
  539. [perl] | the perl language interpreter
  540. [perldoc] | look up perl documentation in pod format
  541. [perltidy] | a perl script indenter and reformatter
  542. [perlcritic] | command-line interface to critique perl source
  543. [perlbug] | how to submit bug reports on perl
  544. [cpan] | easily interact with cpan from the command line
  545. [txt2regex] | a regular expression wizard
  546. [ruby] | interpreted object-oriented scripting language
  547. [irb] | interactive ruby
  548. [gem] | the front end to rubygems
  549. [python] | an interpreted, object-oriented programming language
  550. [pydoc] | the python documentation tool
  551. [pycompile] | byte compile python source files
  552. [pychecker] | program to check python scripts for common mistakes
  553. [ghc] | the glasgow haskell compiler
  554. [ghci] | the glasgow haskell compiler
  555. [lua] | lua interpreter
  556. [luac] | lua compiler
  557. [luadoc] | generate documentation from files
  558. [luarocks] | module deployment system for lua
  559. [node] | server-side javascript
  560. [js_beautify] | command tool to beautify your javascript files
  561. [jq] | command-line json processor
  562. [java] | the java application launcher
  563. [javac] | java programming language compiler
  564. [javadoc] | the java api documentation generator
  565. [jardiff] | visualise api differences between two jar files
  566. [php] | php command line interface cli
  567. [clisp] | ansi common lisp compiler, interpreter and debugger
  568. [fort77] | fortran compiler
  569. [f2c] | convert fortran 77 to c or c++
  570. [fc] | frontend script to the f2c fortran compiler
  571. [nasm] | the netwide assembler, a portable 80x86 assembler
  572. [yasm] | the yasm modular assembler
  573. [as] | the portable gnu assembler
  574. [rasm2] | assemble and disassemble files or hexpair strings
  575. [gcc] | gnu project c and c++ compiler
  576. [gprof] | display call graph profile data
  577. [ld] | the gnu linker
  578. [c99] | compile standard ansi c programs
  579. [cpp] | the c preprocessor
  580. [make] | gnu make utility to maintain groups of programs
  581. [dmake] | maintain program groups, or interdependent files
  582. [cmake] | cross-platform makefile generator
  583. [cxref] | generate a c-language program cross-reference table
  584. [ctags] | generate tag file for emacs, vi
  585. [cflow] | generate a c-language flowgraph
  586. [sloccount] | count source lines of code (sloc)
  587. [cloc] | count lines of source code and comments
  588. [astyle] | indentation and reformatting filters c, c++, c#, java
  589. [indent] | reformat a c program, inserting or deleting whitespace
  590. [bcpp] | make c++ beautifier
  591. [uncrustify] | c, c++, c#, d, java and pawn source code beautifier
  592. [xmlstarlet] | command line xml/xslt toolkit
  593. [xmlindent] | xml stream reformatter
  594. [tidy] | validate, correct, and pretty-print html files
  595. [csstidy] | css parser and optimiser
  596. [lex] | generate programs for lexical tasks
  597. [strip] | remove unnecessary information from executable files
  598. [yacc] | yet another compiler compiler
  599. [flex] | lexical analyser, generates code for pattern-matching
  600. [gencat] | generate a formatted message catalog
  601. [getconf] | get configuration values
  602.  
  603.  
  604. # Debugging ###################################################################
  605.  
  606. Command | Description
  607. --------------- | -----------------------------------------------------------
  608. [gdb] | the gnu debugger
  609. [r2] | advanced hexadecimal editor, disassembler and debugger
  610. [elfsh] | the elsf shell
  611. [e2dbg] | the embedded elf debugger
  612. [readelf] | displays information about elf files
  613. [rabin2] | get information about elf/pe/mz/class
  614. [objdump] | display information from object files
  615. [objcopy] | copy and translate object files
  616. [nm] | list symbols from object files
  617. [lsof] | list open files
  618. [lslk] | list local locks
  619. [fuser] | identify processes using files or sockets
  620. [trace-cmd] | interacts with ftrace linux kernel internal tracer
  621. [trace-cmd-list] | list available plugins, events or options for ftrace
  622. [pstack] | print a stack trace of running processes
  623. [dtrace] | tune and troubleshoot programs and system (systemtap)
  624. [sysdig] | a system-level exploration and troubleshooting tool
  625. [etrace] | the embedded elf tracer
  626. [eresi] | the eresi reverse engineering software interface
  627. [ltrace] | a library call tracer
  628. [mtrace] | interpret output from malloc_trace
  629. [strace] | trace system calls and signals
  630. [xtrace] | trace communication between x11 client and server
  631. [stap] | systemtap script translator driver
  632. [ktap] | lightweight script-based dynamic tracing tool for linux
  633. [llttng] | tracer control command line tool
  634. [perf] | performance analysis tools for linux
  635. [perf-stat] | run a command and gather performance counter statistics
  636. [perf-list] | list all symbolic event types
  637. [tiptop] | display hardware performance counters for linux tasks
  638. [babeltrace] | babeltrace trace viewer and converter for (ctf)
  639. [scanmem] | locate and modify a variable in an executing process
  640. [binwalk] | binary image search tool
  641. [strings] | extract printable strings
  642. [ident] | identify rcs keyword strings in files
  643. [pmap] | report memory map of a process
  644. [ldd] | print shared library dependencies
  645. [ldconfig] | configure dynamic linker run-time bindings
  646. [ld.so] | dynamic linker-loader
  647. [/lib/ld-linux.so.2] | dynamic linker-loader
  648. [/lib64/ld-linux-x86-64.so.2] | dynamic linker-loader
  649.  
  650.  
  651. # Revision Control ############################################################
  652.  
  653. Command | Description
  654. --------------- | -----------------------------------------------------------
  655. [rcs] | change rcs file attributes
  656. [ci] | check in rcs revisions
  657. [co] | check out rcs revisions
  658. [git] | the stupid content tracker
  659. [tig] | text-mode interface for git
  660. [bzr] | bazaar next-generation distributed version control
  661. [cvs] | concurrent versions system
  662. [darcs] | an advanced revision control system
  663. [hg] | mercurial source code management system
  664. [svn] | subversion command line client tool
  665.  
  666.  
  667. # Database ####################################################################
  668.  
  669. Command | Description
  670. --------------- | -----------------------------------------------------------
  671. [sqlite3] | command line interface for sqlite version 3
  672. [sqlite] | a command line interface for sqlite
  673. [psql] | postgresql interactive terminal
  674. [mysql] | the mysql command-line tool
  675. [sql] | execute a command on a database determined by a dburl
  676.  
  677.  
  678. # Network #####################################################################
  679.  
  680. Command | Description
  681. --------------- | -----------------------------------------------------------
  682. [ip] | show/manip routing, devices, policy routing and tunnels
  683. [tc] | show/manipulate traffic control settings
  684. [ifconfig] | set/display network information
  685. [ifstat] | report interface statistics
  686. [ifdown] | stop a network interface
  687. [ifup] | bring a network interface up
  688. [iw] | show/manipulate wireless devices and configuration
  689. [iwconfig] | configure a wireless network interface
  690. [iwlist] | detailed information about a wireless interface
  691. [ethtool] | query or control network driver and hardware settings
  692. [mii-tool] | view, manipulate media-independent interface status
  693. [nm-tool] | utility to report networkmanager state and devices
  694. [iperf] | perform network throughput tests
  695. [nuttcp] | network performance measurement tool
  696. [pchar] | perform network measurements along an internet path
  697. [route] | show/manipulate the ip routing table
  698. [host] | dns lookup utility
  699. [hostname] | print the system hostname
  700. [domainname] | show or set the system nis/yp domain name
  701. [dnsdomainname]| show the system dns domain name
  702. [nisdomainname]| show or set the system's nis domain name
  703. [ypdomainname] | show or set the system's yp domain name
  704. [whois] | client for the whois directory service
  705. [ping] | check if host is reachable
  706. [hping3] | send (almost) arbitrary tcp/ip packets to network hosts
  707. [traceroute] | print the route packets trace to network host (see mtr)
  708. [tracepath] | traces path to a network host, discovering mtu along
  709. [mtr] | traceroute and ping programs diagnostic tool
  710. [ntop] | display top network users
  711. [sntop] | top-like console network status tool
  712. [iftop] | display bandwidth usage on an interface by host
  713. [bmon] | bandwidth monitor and rate estimator
  714. [bwn-ng] | a live monitor for network and disk io
  715. [speedometer] | display the rate of data across a network connection
  716. [pktstat] | display packet activity on a crt
  717. [nethogs] | a small net top tool, displays usage per process
  718. [jnettop] | view hosts/ports taking up the most network traffic
  719. [slurm] | yet another network load monitor
  720. [nicstat] | print network traffic statistics
  721. [netstat] | print connections, routing, masquerade, multicast stats
  722. [ss] | another utility to investigate sockets
  723. [dig] | dns lookup utility
  724. [nslookup] | query internet name servers interactively
  725. [zonecheck] | dns zone checking tool
  726. [nc] | netcat, arbitrary tcp and udp connections and listens
  727. [cryptcat] | twofish encryption enabled version of nc
  728. [ncat] | concatenate and redirect sockets
  729. [socat] | multipurpose relay (socket cat)
  730. [arping] | arp find out ethernet address by first arping then arp
  731. [arp] | manipulate the system arp cache
  732. [arpspoof] | intercept packets on a switched lan
  733. [rarp] | manipulate the system rarp table
  734. [ufw] | program for managing a netfilter firewall
  735. [iptables] | administration tool for ipv4 filtering and nat
  736. [ip6tables] | ipv6 packet filter administration
  737. [iptables-save] | dump iptables rules to stdout
  738. [ip6tables-save] | dump iptables rules to stdout
  739. [iptables-restore] | restore ip tables
  740. [ip6tables-restore] | restore ipv6 tables
  741. [ipchains] | control the packet filter/firewall (see iptables)
  742. [ipcalc] | ipv4 netmask/broadcast/etc calculator
  743. [ipv6calc] | a small utility to manipulate ipv6 addresses
  744. [sipcalc] | ip subnet calculator
  745. [iptraf] | interactive colorful ip lan monitor
  746. [tcptrack] | monitor tcp connections on the network
  747. [tcpkill] | kill tcp connections on a lan
  748. [tcpnice] | slow down tcp connections on a lan
  749. [tcpreen] | tcp stream monitoring tool
  750. [sshow] | ssh traffic analysis tool
  751. [sshmitm] | ssh monkey-in-the-middle
  752. [smbclient] | ftp-like client to access smb/cifs resources on servers
  753. [ntptrace] | trace a chain of ntp servers back to the primary source
  754. [snmpget] | communicates with a network using snmp get requests
  755. [snmpwalk] | retrieve a management values subtree using snmp getnext
  756. [snmpcmd] | behaviour common to most of the net-snmp commands
  757. [lldpad] | link layer discovery protocol (lldp) agent daemon
  758. [lldptool] | manage the lldp settings and status of lldpad
  759.  
  760.  
  761. # Network Tunnels #############################################################
  762.  
  763. Command | Description
  764. --------------- | -----------------------------------------------------------
  765. [ip] | show/manip routing, devices, policy routing and tunnels
  766. [ip-tunnel] | tunnel configuration
  767. [stunnel] | universal ssl tunnel
  768. [ptunnel] | tunnel tcp connections over icmp packets
  769. [udptunnel] | tunnel udp packets over a tcp connection
  770.  
  771.  
  772. # Network Scan ################################################################
  773.  
  774. Command | Description
  775. --------------- | -----------------------------------------------------------
  776. [nmap] | network exploration tool and security / port scanner
  777. [ndiff] | utility to compare the results of nmap scans
  778. [scapy] | interactive packet manipulation tool
  779. [nping] | network packet generation tool / ping utility
  780. [arp-scan] | the arp scanner
  781. [sslscan] | fast ssl scanner
  782. [xprobe2] | a remote active operating system fingerprinting tool
  783. [p0f] | identify remote systems passively
  784.  
  785.  
  786. # Network Capture #############################################################
  787.  
  788. Command | Description
  789. --------------- | -----------------------------------------------------------
  790. [wireshark] | interactively dump and analyze network traffic
  791. [scapy] | interactive packet manipulation tool
  792. [dumpcap] | dump network traffic
  793. [tcpspy] | tcp/ip connection monitor
  794. [tcpdump] | dump traffic on a network
  795. [tcptrace] | a tcp connection analysis tool
  796. [tcpick] | tcp stream sniffer and connection tracker
  797. [tcpflow] | tcp flow recorder
  798. [pcapdump] | dedicated packet capture utility
  799. [pcapip] | filter a pcap for ip addresses
  800. [pcappick] | pick specific frames out of a pcap file by number
  801. [pcapuc] | filter a pcap for ip addresses
  802. [ngrep] | network grep
  803. [tetheral] | dump and analyze network traffic
  804. [sniffit] | packet sniffer and monitoring tool
  805. [dsniff] | password sniffer (lots of protocols)
  806. [kismet] | wireless sniffing and monitoring
  807.  
  808.  
  809. # Network Filesystems #########################################################
  810.  
  811. Command | Description
  812. --------------- | -----------------------------------------------------------
  813. [exportfs] | maintain table of exported nfs file systems
  814. [showmount] | show file systems exported
  815. [nfsstat] | list nfs statistics
  816. [nfsiostat] | report input/output statistics for nfs
  817. [sshfs] | filesystem client based on ssh
  818. [curlftpfs] | mount a ftp host as a local directory
  819. [flickrfs] | virtual filesystem for flickr photosharing service
  820.  
  821.  
  822. # Network Apps ################################################################
  823.  
  824. Command | Description
  825. --------------- | -----------------------------------------------------------
  826. [ssh] | openssh ssh client (remote login program)
  827. [ssh-copy-id] | install public key in a remote machine authorized_keys
  828. [ssh-keygen] | authkey generation, management and conversion
  829. [rlogin] | openssh ssh client (remote login program)
  830. [telnet] | log into remote hosts
  831. [uux] | remote command execution
  832. [uustat] | uucp status inquiry and job control
  833. [finger] | user information lookup program
  834.  
  835.  
  836. # Modem/Fax/GSM ###############################################################
  837.  
  838. Command | Description
  839. --------------- | -----------------------------------------------------------
  840. [minicom] | friendly serial communication program
  841. [efax] | send/receive faxes with class 1, 2 or 2.0 fax modem
  842. [mgetty] | smart data/fax modem getty
  843. [fax] | fax sending and receiving with mgetty+sendfax
  844. [sendfax] | submit a facsimile job for transmission
  845. [sendpage] | submit a pager job for transmission
  846. [faxstat] | for hylafax facsimile server status
  847. [faxspool] | queue and convert files for faxing with sendfax
  848. [faxq] | display fax jobs queued by faxspool
  849. [faxrunq] | send fax jobs queued by faxspool
  850. [faxrm] | remove fax jobs queued by faxspool
  851. [faxalter] | alter parameters of a queued hylafax job
  852. [fax2ps] | convert a tiff facsimile to compressed postscript
  853. [faxcover] | generate postscript cover page for outgoing facsimile
  854. [faxmail] | hylafax mail-to-fax (postscript) gateway application
  855. [textfmt] | convert ascii text to postscript for facsimile
  856. [gammu] | does some neat things with your cellular phone or modem
  857.  
  858.  
  859. # File Transfer ###############################################################
  860.  
  861. Command | Description
  862. --------------- | -----------------------------------------------------------
  863. [curl] | transfer a url (swiss army tool)
  864. [wget] | the non-interactive network downloader
  865. [httrack] | offline browser : copy websites to a local directory
  866. [wput] | wget-like ftp-uploader
  867. [sftp] | secure file transfer program
  868. [ncftp] | browser program for the file transfer protocol
  869. [ncftpget] | internet file transfer program for scripts
  870. [ncftpput] | internet file transfer program for scripts
  871. [ftp] | copy files between hosts
  872. [lftp] | sophisticated file transfer program
  873. [scp] | securely copy files between hosts
  874. [rcp] | remote file copy
  875. [uucp] | system-to-system copy
  876. [mulk] | parallel network downloader with filtering and metalink
  877. [axel] | light download accelerator (best imo)
  878. [aria] | fast download utility (http, ftp, bittorrent, metalink)
  879. [aria2c] | the ultra fast download utility http/ftp/bt/metalink
  880. [ctorrent] | download bittorrent files from command line
  881. [rtorrent] | a bittorrent client for ncurses
  882. [mktorrent] | simple bittorrent metainfo file creator
  883. [bittorrent-downloader] | download files using a scatter-gather network
  884. [btdownloadcurses] | download files using a scatter-gather network
  885. [amulecmd] | console-based program to control amule
  886. [get_flash_videos] | downloader for flash-based video sites
  887. [youtube-dl] | download video from youtube or other video platforms
  888. [quvi] | query media tool for parsing flash streams url
  889. [cclive] | downloading media streams from youtube and similars
  890.  
  891.  
  892. # Browser #####################################################################
  893.  
  894. Command | Description
  895. --------------- | -----------------------------------------------------------
  896. [lynx] | a general purpose, text-only browser for the www
  897. [links] | lynx-like alternative character mode www browser
  898. [links2] | lynx-like alternative character mode www browser
  899. [elinks] | lynx-like alternative character mode www browser
  900. [netrik] | the antrik internet browser
  901. [w3m] | a text based web browser and pager
  902. [edbrowse] | text editor and web browser
  903. [httrack] | offline browser : copy websites to a local directory
  904. [surfraw] | fast search/bookmarks access to various www clients
  905. [gopher] | connect to gopher document server
  906.  
  907.  
  908. # RSS Reader ##################################################################
  909.  
  910. Command | Description
  911. --------------- | -----------------------------------------------------------
  912. [newsbeuter] | an rss feed reader for text terminals
  913. [rsstail] | console based rss news reader
  914. [canto] | an ncurses rss reader
  915. [raggle] | console rss aggregator
  916. [olive] | console rss reader
  917. [rawdog] | rss aggregator without delusions of grandeur
  918. [nrss] | an ncurses rss reader
  919. [snownews] | console rss newsreader
  920.  
  921.  
  922. # Podcast #####################################################################
  923.  
  924. Command | Description
  925. --------------- | -----------------------------------------------------------
  926. [hpodder] | scan and download podcasts
  927. [podget] | simple tool to automate downloading of podcasts
  928. [podracer] | a podcast aggregator with bittorrent support
  929.  
  930.  
  931. # Chat ########################################################################
  932.  
  933. Command | Description
  934. --------------- | -----------------------------------------------------------
  935. [centerim] | text mode based im client for linux
  936. [finch] | instant messaging client (frontend to libpurple)
  937. [pork] | console-based aol instant messenger & irc client
  938. [freetalk] | a console based jabber client
  939. [mcabber] | a simple jabber console client
  940. [ekg] | gadu-gadu compatible client
  941. [bitchx] | an advanced internet relay chat client
  942. [irssi] | a modular irc client for unix
  943. [weechat] | wee enhanced environment for chat
  944. [bitlbee] | irc gateway to im chat networks
  945. [epic5] | internet relay chat client for unix like systems
  946. [tinyirc] | basic irc commands and an curses-based interface
  947. [ii] | a minimalistic fifo and filesystem based irc client
  948. [sic] | an extremly fast, small and simple irc client
  949. [tircd] | an ircd proxy to the twitter api
  950. [talk] | talk to another user
  951. [ytalk] | multi-user chat program
  952. [write] | send a message to another user
  953. [wall] | write a message to users
  954. [mesg] | control write access to your terminal
  955.  
  956.  
  957. # EMail #######################################################################
  958.  
  959. Command | Description
  960. --------------- | -----------------------------------------------------------
  961. [mail] | minimal client to send and receive mail
  962. [mailx] | send and receive internet mail
  963. [msmtp] | an smtp client
  964. [mutt] | text-based email client
  965. [alpine] | internet news and email
  966. [notmuch] | thread-based email index, search, and tagging
  967. [cone] | read and send e-mail messages
  968. [elmo] | the electronic mail operator
  969. [fetchyahoo] | retrieve mail from yahoo webmail service
  970.  
  971.  
  972. # Newsgroups ##################################################################
  973.  
  974. Command | Description
  975. --------------- | -----------------------------------------------------------
  976. [slrn] | an easy to use nntp / spool based newsreader
  977. [trn] | threaded read news program
  978. [tin] | usenet newsreader
  979. [nn] | efficient net news interface (no news is good news)
  980.  
  981.  
  982. # Websites ####################################################################
  983.  
  984. Command | Description
  985. --------------- | -----------------------------------------------------------
  986. [shell-fm] | console-based player for last.fm radio streams
  987. [google] | command-line access to (some) google services
  988. [gcalcli] | google calendar command line interface
  989. [episoder] | tv show reminder from epguides.com and thetvdb.com
  990. [youtube-dl] | download video from youtube or other video platforms
  991. [get_flash_videos] | downloader for various flash-based video sites
  992. [quvi] | query media tool for parsing flash streams url
  993. [cclive] | downloading media streams from youtube and similars
  994. [twyt] | command line twitter client
  995. [bti] | send a tweet to twitter.com from the command line
  996. [tircd] | an ircd proxy to the twitter api
  997. [twidge] | microblogging client for twitter, identica
  998. [weather] | obtain weather conditions and forecasts
  999.  
  1000.  
  1001. # Directories #################################################################
  1002.  
  1003. Command | Description
  1004. --------------- | -----------------------------------------------------------
  1005. [cd] | change directory
  1006. [pwd] | print name of current/working directory
  1007. [mkdir] | make directories
  1008. [rmdir] | remove empty directories
  1009. [tree] | list contents of directories in a tree-like format
  1010. [pushd] | sh: add directories to stack
  1011. [popd] | sh: remove dir from stack, changes to the new top dir
  1012. [dirs] | display directory stack (pushd/popd)
  1013.  
  1014.  
  1015. # Files #######################################################################
  1016.  
  1017. Command | Description
  1018. --------------- | -----------------------------------------------------------
  1019. [ls] | list directory contents and files
  1020. [dir] | briefly list files
  1021. [vdir] | verbosely list directory contents
  1022. [tree] | list contents of directories in a tree-like format
  1023. [dircolors] | color setup for ls
  1024. [du] | estimate file space usage
  1025. [ncdu] | ncurses disk usage
  1026. [pydf] | report colourised filesystem disk space usage
  1027. [cp] | copy files and directories
  1028. [mv] | move (rename) files
  1029. [mmv] | move/copy/append/link files by wildcard patterns
  1030. [rename] | rename files by replacing expressions
  1031. [prename] | renames multiple files with perl expression
  1032. [detox] | clean up filenames
  1033. [rm] | remove files or directories
  1034. [unlink] | call the unlink function to remove the specified file
  1035. [shred] | overwrite a file to hide its contents, and delete it
  1036. [wipe] | securely erase files from magnetic media
  1037. [gitwipe] | an utility for wiping files (gnu interactive tools)
  1038. [install] | copy files and set attributes
  1039. [ln] | make filesystem links
  1040. [sln] | link files (statically linked)
  1041. [link] | create a hard link to a file
  1042. [readlink] | print value of a symbolic link or canonical file name
  1043. [cleanlinks] | remove dangling symbolic links and empty directories
  1044. [mkfifo] | create named pipe
  1045. [mknod] | make block or character special files
  1046. [mktemp] | create a temporary file or directory
  1047. [basename] | strip directory and suffix from filenames
  1048. [dirname] | convert a full pathname to just a path
  1049. [pathchk] | check whether file names are valid or portable
  1050. [inotifywatch] | gather filesystem access statistics using inotify
  1051. [inotifywait] | wait for changes to files using inotify
  1052. [trash] | trash utility compliant with freedesktop.org
  1053. [trash-list] | list trashed files
  1054. [trash-restore]| restore for command line trash utility
  1055. [trash-empty] | empty for command line trash utility
  1056.  
  1057.  
  1058. # Pipes #######################################################################
  1059.  
  1060. Command | Description
  1061. --------------- | -----------------------------------------------------------
  1062. [tee] | read from stdin, write to stdout and files
  1063. [xargs] | build and execute command lines from standard input
  1064. [parallel] | run programs in parallel
  1065. [pv] | monitor the progress of data through a pipe
  1066. [stdbuf] | run command with modified buffering for its stdstreams
  1067.  
  1068.  
  1069. # File Attributes #############################################################
  1070.  
  1071. Command | Description
  1072. --------------- | -----------------------------------------------------------
  1073. [umask] | set default file protections
  1074. [stat] | display file attributes or file system status
  1075. [touch] | change file timestamps
  1076. [chown] | change file owner and group
  1077. [chgrp] | change group ownership
  1078. [chmod] | change file mode bits
  1079. [chattr] | change advanced file attributes on a linux file system
  1080. [lsattr] | list advanced file attributes on a ext file system
  1081. [getfattr] | get extended attributes of filesystem objects
  1082. [setfattr] | set extended attributes of filesystem objects
  1083. [getfacl] | get file access control lists
  1084. [setfacl] | set file access control lists
  1085. [test] | check file types and compare values
  1086.  
  1087.  
  1088. # File Find ###################################################################
  1089.  
  1090. Command | Description
  1091. --------------- | -----------------------------------------------------------
  1092. [find] | search for files in a directory hierarchy
  1093. [ftff] | fault tolerant file find utility
  1094. [updatedb] | update a database for m/slocate
  1095. [locate] | locate files via index (m/slocate)
  1096. [doodle] | a tool to search the meta-data in your files
  1097. [which] | locate a command
  1098. [whereis] | locate binary, source, and manual page for a command
  1099. [fdupes] | finds duplicate files in a given set of directories
  1100. [findimagedupes] | finds visually similar or duplicate images
  1101.  
  1102.  
  1103. # File Compare ################################################################
  1104.  
  1105. Command | Description
  1106. --------------- | -----------------------------------------------------------
  1107. [diff] | compare files line by line
  1108. [zdiff] | compare compressed files
  1109. [bzdiff] | compare compressed files
  1110. [diff3] | compare three files line by line
  1111. [merge] | three-way file merge
  1112. [wdiff] | display word differences between text files
  1113. [sdiff] | side-by-side merge of file differences
  1114. [mcdiff] | visual shell for unix-like systems
  1115. [patch] | apply a diff file to an original
  1116. [unify] | transforms context diffs into unidiffs, or vice-versa
  1117. [comm] | compare two sorted files line by line
  1118. [cmp] | compare two files byte by byte
  1119. [zcmp] | compare compressed files
  1120. [bzcmp] | compare compressed files
  1121. [cksum] | checksum and count the bytes in a file
  1122. [sum] | checksum and count the blocks in a file
  1123. [md5sum] | compute and check md5 message digest
  1124. [md5pass] | create an md5 password hash
  1125. [shasum] | print or check sha checksums
  1126. [rahash2] | block based hashing utility
  1127.  
  1128.  
  1129. # Binary Information ##########################################################
  1130.  
  1131. Command | Description
  1132. --------------- | -----------------------------------------------------------
  1133. [file] | determine file type
  1134. [mimetype] | identify file types
  1135. [mimeopen] | open files by mimetype
  1136. [rifle] | ranger's file opener with special file type checking
  1137. [extract] | determine meta-information about a file
  1138. [od] | dump files in octal and other formats
  1139. [xxd] | make a hexdump or do the reverse (patch)
  1140. [hexdump] | ascii, decimal, hexadecimal, octal dump
  1141. [mcview] | midnight commander internal file viewer (ascii/hex)
  1142. [dhex] | hex editor with a diff mode
  1143. [rafind2] | find byte patterns into files
  1144. [rahash2] | block based hashing utility
  1145. [radiff2] | unified binary diffing utility
  1146. [hexdiff] | hexadecimal visual diff for binary files
  1147. [bbe] | sed-like editor for binary files
  1148. [dd] | convert/copy a file, write disk headers, boot records
  1149. [ddrescue] | data recovery tool
  1150. [foremost] | recover files using their headers/footers/structures
  1151.  
  1152.  
  1153. # File Managers ###############################################################
  1154.  
  1155. Command | Description
  1156. --------------- | -----------------------------------------------------------
  1157. [mc] | midnight commander, visual shell for unix-like systems
  1158. [gitfm] | gnu interactive tools file manager
  1159. [ranger] | visual file manager
  1160. [vifm] | a ncurses based file manager with vi like keybindings
  1161. [clex] | file manager
  1162. [vfu] | text-mode file manager for unix/linux
  1163.  
  1164.  
  1165. # Viewers #####################################################################
  1166.  
  1167. Command | Description
  1168. --------------- | -----------------------------------------------------------
  1169. [mcview] | midnight commander internal file viewer (ascii/hex)
  1170. [gitview] | an ascii/hex file viewer (gnu interactive tools)
  1171. [cat] | concatenate files and print on the standard output
  1172. [tac] | concatenate and print files in reverse
  1173. [spc] | colorizes text for terminals and html (supercat)
  1174. [zcat] | expand and concatenate data (gz)
  1175. [bzcat] | decompresses files to stdout (bz2)
  1176. [xzcat] | decompresses files to stdout (xz, lzma)
  1177. [less] | opposite of more
  1178. [zless] | file perusal filter for crt viewing of compressed text
  1179. [bzless] | file perusal filter for crt viewing of bzip2
  1180. [most] | browse or page through a text file
  1181. [more] | file perusal filter for viewing
  1182. [zmore] | file perusal filter for crt viewing of compressed text
  1183. [bzmore] | file perusal filter for crt viewing of bzip2
  1184. [pg] | browse pagewise through text files
  1185.  
  1186.  
  1187. # Editors #####################################################################
  1188.  
  1189. Command | Description
  1190. --------------- | -----------------------------------------------------------
  1191. [mcedit] | internal file editor of gnu midnight commander
  1192. [vi] | text editor
  1193. [vim] | text editor
  1194. [cream] | set of macros making vim easier to use for beginners
  1195. [emacs] | gnu project emacs text editor
  1196. [nano] | a small and friendly text editor
  1197. [jed] | programmers editor
  1198. [aee] | another easy editor
  1199. [diakonos] | a customizable, usable console-based text editor
  1200. [pico] | simple text editor in the style of the alpine composer
  1201. [zile] | zile is lossy emacs
  1202.  
  1203.  
  1204. # Text Utilities ##############################################################
  1205.  
  1206. Command | Description
  1207. --------------- | -----------------------------------------------------------
  1208. [tac] | concatenate and print files in reverse
  1209. [rev] | reverse characters of lines in file or files
  1210. [shuf] | write a random permutation of the input lines to stdout
  1211. [truncate] | shrink/extend the size of a file to the specified size
  1212. [head] | output the first 10 lines of file
  1213. [tail] | output the last 10 lines of file
  1214. [multitail] | browse through several files at once
  1215. [split] | split a file into fixed-size pieces
  1216. [lxsplit] | a simple tool for splitting and joining split files
  1217. [nl] | number lines of files
  1218. [wc] | print newline, word, and byte counts for each file
  1219. [ex] | text editor
  1220. [ed] | the standard text editor
  1221. [red] | line-oriented text editor
  1222. [edbrowse] | text editor and web browser
  1223. [look] | display lines beginning with a given string
  1224. [grep] | search files for lines of text matching a pattern
  1225. [egrep] | print lines matching a pattern (-e)
  1226. [fgrep] | search files for lines that match a fixed string (-f)
  1227. [rgrep] | print lines matching a pattern recursively (-r)
  1228. [agrep] | search a file for a string with approximate matching
  1229. [zgrep] | search compressed files for a regular expression
  1230. [bzgrep] | search bzip2 compressed files for a regular expression
  1231. [ack] | ack-grep is designed as a replacement for grep
  1232. [urlview] | url extractor/launcher
  1233. [awk] | pattern scanning and processing language
  1234. [gawk] | pattern scanning and processing language
  1235. [mawk] | pattern scanning and processing language
  1236. [sed] | stream editor for filtering and transforming text
  1237. [psed] | a stream editor
  1238. [a2p] | awk to perl translator
  1239. [s2p] | sed to perl translator
  1240. [cut] | extract columns from files
  1241. [join] | join lines of two files on a common field
  1242. [column] | columnate lists
  1243. [colrm] | remove columns from a file
  1244. [rs] | reshape a data array
  1245. [csplit] | split a file into context-determined pieces
  1246. [paste] | append/merge columns
  1247. [m4] | macro processor
  1248. [tr] | translate, squeeze or delete characters
  1249. [sort] | sort lines of text files
  1250. [tsort] | perform topological sort
  1251. [uniq] | report or omit repeated lines
  1252. [tee] | copy stdin to a file and to stdout simultaneously
  1253. [pr] | convert text files for printing
  1254. [fmt] | optimally reformat text
  1255. [par] | filter for reformatting paragraphs
  1256. [fold] | wrap each input line to fit in specified width
  1257. [expand] | convert tabs to spaces
  1258. [unexpand] | convert spaces to tabs
  1259. [recode] | converts files between character sets
  1260. [iconv] | convert encoding of given files
  1261. [sq] | squeeze a sorted word list
  1262. [unsq] | unsqueeze a sorted word list
  1263. [xmlstarlet] | command line xml/xslt toolkit
  1264.  
  1265.  
  1266. # Spelling ####################################################################
  1267.  
  1268. Command | Description
  1269. --------------- | -----------------------------------------------------------
  1270. [spell] | check spelling in batch
  1271. [aspell] | check spelling interactively
  1272. [ispell] | check spelling in batch or interactively
  1273. [goldendict] | a feature-rich dictionary lookup program
  1274. [dict] | dict protocol client
  1275. [sdcv] | console version of stardict program
  1276. [aiksaurus] | english-language thesaurus
  1277. [wtf] | translates acronyms for you
  1278. [an] | anagram generator
  1279.  
  1280.  
  1281. # ASCII Art ###################################################################
  1282.  
  1283. Command | Description
  1284. --------------- | -----------------------------------------------------------
  1285. [figlet] | display text with an ascii art charset
  1286. [toilet] | display large colourful characters
  1287. [cowsay] | configurable speaking/thinking cow (and a bit more)
  1288. [cadubi] | creative ascii drawing utility
  1289.  
  1290.  
  1291. # Print #######################################################################
  1292.  
  1293. Command | Description
  1294. --------------- | -----------------------------------------------------------
  1295. [lp] | send files to a printer
  1296. [lpr] | print files
  1297. [lpq] | show printer queue status
  1298. [lpstat] | print cups status information
  1299. [lprm] | remove print jobs
  1300. [lpmove] | move a job or all jobs to a new destination
  1301. [cancel] | cancel cups print jobs
  1302. [lpc] | line printer control program
  1303. [ink] | tool for checking the ink level of your printers
  1304. [lpadmin] | configure cups printers and classes
  1305. [lpoptions] | display or set cups printer options and defaults
  1306. [cupsaccept] | accept jobs sent to a destination
  1307. [cupsreject] | reject jobs sent to a destination
  1308. [cupsdisable] | stop printers and classes
  1309. [cupsenable] | start printers and classes
  1310.  
  1311.  
  1312. # Compression #################################################################
  1313.  
  1314. Command | Description
  1315. --------------- | -----------------------------------------------------------
  1316. [dtrx] | cleanly extract many archive types
  1317. [atool] | a script for managing file archives of various types
  1318. [gitunpack] | gnu interactive tools - unified archive unpacking
  1319. [ar] | create, modify, and extract from archives
  1320. [tar] | the gnu version of the tar archiving utility
  1321. [cpio] | copy files to and from archives
  1322. [7z] | a file archiver with highest compression ratio
  1323. [gzip] | compress files (gnu zip)
  1324. [bzip2] | a block-sorting file compressor
  1325. [lz] | provides a listing of a tar.gz archive
  1326. [gunzip] | expand files (gnu zip)
  1327. [bunzip2] | a block-sorting file decompressor
  1328. [gzexe] | compress executable files in place
  1329. [bzexe] | compress executable files in place
  1330. [compress] | compress and expand data
  1331. [pbzip2] | parallel bzip2 file compressor
  1332. [lzip] | reduces the size of files
  1333. [pax] | portable archive interchange
  1334. [rar] | archive files with compression
  1335. [unrar] | extract files from rar archives
  1336. [compress] | compress data
  1337. [uncompress] | expand files
  1338. [shar] | create shell archives
  1339. [unshar] | unpack a shar file
  1340. [unace] | extract, test and view ace archives
  1341. [uuencode] | encode a binary file
  1342. [uudecode] | decode a file created by uuencode
  1343. [base64] | encode/decode data and print to standard output
  1344. [xz] | compress or decompress xz and lzma files
  1345. [lzma] | lzma compression and decompression tool
  1346. [lzma2] | lzma compression and decompression tool
  1347. [zoo] | manipulate archives of files in compressed form
  1348. [pxz] | parallel lzma compressor compatible with xz
  1349. [zip] | compress files (windows zip)
  1350. [cabextract] | extract files from microsoft cabinet (cab)
  1351.  
  1352.  
  1353. # Backup ######################################################################
  1354.  
  1355. Command | Description
  1356. --------------- | -----------------------------------------------------------
  1357. [mt] | control magnetic tape drive operation
  1358. [dump] | ext2/3/4 filesystem backup
  1359. [restore] | restore files or filesystem from backups made with dump
  1360. [tar] | read write tape archives
  1361. [par2] | par 2.0 compatible file verification and repair tool
  1362. [unison] | user level file-synchronization tool
  1363. [rsync] | a fast, versatile, remote (and local) file-copying tool
  1364. [rsyncrypto] | rsync friendly encryption
  1365. [duplicity] | encrypted incremental backup to local or remote storage
  1366. [gpg] | openpgp encryption and signing tool
  1367. [gpgv] | verify openpgp signatures
  1368. [crypt] | encrypt or decrypt files
  1369. [scrypt] | encrypt or decrypt files
  1370. [steghide] | a steganography program
  1371. [backup-manager]| an easy to use backup tool for your linux box
  1372. [rdist] | remote file distribution client program
  1373. [rdup] | generate a file list suitable for making backups
  1374. [tarsnap] | manipulate remote encrypted backups
  1375. [vbackup] | a modular backup program
  1376. [venti] | client for sha1-addressed block storage server
  1377. [bbackupctl] | control the box backup client daemon
  1378.  
  1379.  
  1380. # CD/DVD/BluRay ###############################################################
  1381.  
  1382. Command | Description
  1383. --------------- | -----------------------------------------------------------
  1384. [mkisofs] | create an hybrid iso9660 joliet hfs filesystem
  1385. [genisoimage] | create iso9660/joliet/hfs filesystem
  1386. [growisofs] | combined frontend to cd/dvd/bluray recording program
  1387. [cdw] | frontend to cdrecord/mkisofs/growisofs and other tools
  1388. [cdrdao] | reads and writes cds in disc-at-once mode
  1389. [cdrecord] | burn a cd
  1390. [xorriso] | creates and manipulates iso filesystem with rockridge
  1391. [burn] | record from various sources to optical media (cd, dvd)
  1392. [mp3burn] | burn audio cds from mp3, ogg vorbis, or flac files
  1393. [bashburn] | a bash script cd burner writer
  1394. [mybashburn] | burn data cds/dvds and create mp3/ogg/flac
  1395. [dvdauthor] | assembles multiple mpeg into a suitable dvd filesystem
  1396. [cdparanoia] | cdda reading tool with extra data verification features
  1397. [abcde] | a better cd encoder, grabs cd to ogg/speex/mp3/flac/etc
  1398. [crip] | a terminal-based ripper/encoder/tagger tool
  1399. [jack] | rip and encode cds with one command
  1400. [cdda2ogg] | extract audio cd audio tracks and encode them in ogg
  1401. [cdda2mp3] | extract audio cd audio tracks and encode them in mp3
  1402. [ripit] | make flac/ogg/mp3/m4a/aac/als/mp4/mpc/wv/etc from cd
  1403. [ocp] | open cubic music player
  1404. [cdcd] | command driven cd player
  1405. [cplay] | a front-end for various audio players
  1406. [mcdp] | a small cdplayer for linux
  1407. [workbone] | interactive text-mode program for playing audio cd
  1408. [cdctrl] | command line cdrom control
  1409. [cdeject] | ejects the current compact disc
  1410. [cdclose] | closes the cdrom tray
  1411. [cdir] | lists infos about the currently loaded audio cd
  1412. [cdinfo] | print out the audiostatus (playing, etc)
  1413. [cdpause] | pauses/resumes the currently playing compact disc
  1414. [cdplay] | plays the compact disc
  1415. [cdstop] | stops the compact disc
  1416. [cdvolume] | sets the output volume level of the cd player (0-255)
  1417. [cdshuffle] | plays the audio tracks on the disc in random order
  1418. [cdadd] | add information for a new cd to .cdtooldb
  1419. [cdown] | query cddb database for info on a disc
  1420.  
  1421.  
  1422. # Numbers and Math ############################################################
  1423.  
  1424. Command | Description
  1425. --------------- | -----------------------------------------------------------
  1426. [qalc] | powerful and easy to use command line calculator
  1427. [bc] | an arbitrary precision calculator language
  1428. [dc] | an arbitrary precision calculator
  1429. [calc] | arbitrary precision calculator
  1430. [mathomatic] | a computer algebra system
  1431. [wcalc] | a natural-expression command-line calculator
  1432. [rax2] | convert between (signed) int, float, oct, bin and hex
  1433. [units] | convert units from one scale to another
  1434. [seq] | print a sequence of numbers
  1435. [jot] | print sequential or random data
  1436. [factor] | factor numbers
  1437. [primes] | display all primes (primes.pl)
  1438. [primes.6] | generate primes
  1439. [sc] | spreadsheet calculator
  1440. [gnuplot] | an interactive plotting program
  1441. [maxima] | common lisp version of macsyma symbolic mathematics
  1442. [octave] | matlab like language for numerical computations
  1443. [R] | a language for data analysis and graphics
  1444.  
  1445.  
  1446. # Date and Time ###############################################################
  1447.  
  1448. Command | Description
  1449. --------------- | -----------------------------------------------------------
  1450. [date] | print or set the system date and time
  1451. [cal] | displays a calendar and the date of easter
  1452. [gcal] | a program for calculating and printing calendars
  1453. [ddate] | convert gregorian dates to discordian dates
  1454. [pcal] | generate postscript or html calendars
  1455. [saydate] | audio date/uptime check
  1456. [saytime] | audio time check
  1457.  
  1458.  
  1459. # Schedule ####################################################################
  1460.  
  1461. Command | Description
  1462. --------------- | -----------------------------------------------------------
  1463. [sleep] | wait for some time
  1464. [watch] | execute a program periodically, showing output
  1465. [wait] | await process completion
  1466. [shush] | run a command and optionally report its output by mail
  1467. [inotifywait] | wait for changes to files using inotify
  1468. [fsniper] | watch directories and apply rules to created files
  1469. [timeout] | run a command with a time limit
  1470. [crontab] | maintain crontab files for individual users
  1471. [at] | executes commands at a specified time
  1472. [atq] | lists the user pending jobs
  1473. [atrm] | remove jobs fom the later execution queue
  1474. [batch] | executes commands when system load levels permit
  1475.  
  1476.  
  1477. # Terminal ####################################################################
  1478.  
  1479. Command | Description
  1480. --------------- | -----------------------------------------------------------
  1481. [screen] | screen manager with vt100/ansi terminal emulation
  1482. [byobu] | wrapper script for seeding a configuration to screen
  1483. [tmux] | terminal multiplexer
  1484. [dvtm] | dynamic virtual terminal manager
  1485. [twin] | textmode window environment
  1486. [dtach] | simple program that emulates the detach feature of screen
  1487. [kibitz] | allow two people to interact with one shell
  1488. [script] | make typescript of terminal session
  1489. [scriptreplay] | play back typescripts, using timing information
  1490. [ttyrec] | a tty recorder
  1491. [ttyplay] | player of the tty session recorded by ttyrec
  1492. [clear] | clear the screen
  1493. [reset] | terminal initialization
  1494. [openvt] | start a program on a new virtual terminal (vt)
  1495. [chvt] | change foreground virtual terminal
  1496. [deallocvt] | deallocate unused virtual terminals
  1497. [tty] | display the name of the terminal connected to stdin
  1498. [stty] | change and print terminal line settings
  1499. [tabs] | set terminal tabs
  1500. [setterm] | set terminal attributes
  1501. [tput] | change terminal characteristics
  1502. [tic] | the terminfo entry-description compiler
  1503. [toe] | table of (terminfo) entries
  1504. [infocmp] | compare or print out terminfo descriptions
  1505. [captoinfo] | convert a termcap description into terminfo description
  1506. [infotocap] | convert a terminfo description into termcap description
  1507.  
  1508.  
  1509. # Office ######################################################################
  1510.  
  1511. Command | Description
  1512. --------------- | -----------------------------------------------------------
  1513. [wordgrinder] | console-based word processor
  1514. [antiword] | show the text and images of ms word documents
  1515. [abook] | text-based address book program
  1516. [hnb] | hierarchical notebook
  1517. [worklog] | keeping track of time spent on different projects
  1518. [tpp] | text presentation program
  1519. [xsw] | slide show presentation tool
  1520. [ledger] | command-line accounting
  1521. [sc] | spreadsheet calculator
  1522. [slsc] | s-langauge port of the sc spreadsheet
  1523. [teapot] | table editor and planner
  1524. [oleo] | the gnu spreadsheet program
  1525. [ssconvert] | a command line spreadsheet format converter
  1526. [ssindex] | generate index data for spreadsheet files
  1527. [ssgrep] | search spreadsheets for strings
  1528. [ssdiff] | compare two spreadsheets
  1529. [dbview] | view dbase 3 files
  1530. [gv] | postscript and pdf viewer
  1531. [xdvi] | dvi previewer for the x window system
  1532.  
  1533. For note-taking, you might also want to have a look at:
  1534. - [org-mode](http://orgmode.org)
  1535. - [vimoutliner](https://github.com/vimoutliner/vimoutliner)
  1536.  
  1537.  
  1538. # Publishing ##################################################################
  1539.  
  1540. Command | Description
  1541. --------------- | -----------------------------------------------------------
  1542. [gs] | ghostscript, a postscript and pdf interpreter/previewer
  1543. [fbgs] | postscript/pdf viewer for the framebuffer console
  1544. [latex] | structured text formatting and typesetting
  1545. [tex] | text formatting and typesetting
  1546. [etex] | extended tex
  1547. [pdftex] | pdf output from tex
  1548. [latexdiff] | determine and markup differences between two latex files
  1549. [latexmk] | generate latex document
  1550. [dblatex] | convert docbook to latex, dvi, postscript, and pdf
  1551. [psselect] | select pages from a postscript file
  1552. [mf] | metafont, a language for font and logo design
  1553. [mutool] | all purpose tool for dealing with pdf files
  1554. [pdffonts] | pdf font analyzer
  1555. [pdfimages] | pdf image extractor
  1556. [pdfinfo] | pdf document information extractor
  1557. [pdfseparate] | pdf page extractor
  1558. [pdftocairo] | pdf to png/jpeg/pdf/ps/eps/svg using cairo
  1559. [pdftohtml] | program to convert pdf files into html, xml and png
  1560. [pdftoppm] | pdf to portable pixmap (ppm) converter
  1561. [pdftops] | pdf to postscript converter
  1562. [pdftotext] | pdf to text converter
  1563. [pdfunite] | pdf page merger
  1564. [diffpdf] | compare two pdf files textually or visually
  1565.  
  1566.  
  1567. # Task Managers ###############################################################
  1568.  
  1569. Command | Description
  1570. --------------- | -----------------------------------------------------------
  1571. [task] | taskwarrior, a command line todo manager
  1572. [tudu] | command line hierarchical todo list
  1573. [remind] | a sophisticated reminder service
  1574. [wyrd] | front-end to remind
  1575. [gcalcli] | google calendar command line interface
  1576. [calcurse] | text-based organizer
  1577. [pal] | calendar with events
  1578. [when] | a minimalistic personal calendar program
  1579. [devtodo] | a reminder/task program aimed at developers
  1580. [tdl] | to do list manager
  1581. [todo.sh] | minimal, todo.txt focused task manager
  1582. [w2do] | a simple text-based todo manager
  1583. [yokadi] | commandline todo system
  1584. [episoder] | tv show reminder from epguides.com and thetvdb.com
  1585.  
  1586.  
  1587. # Conversion ##################################################################
  1588.  
  1589. Command | Description
  1590. --------------- | -----------------------------------------------------------
  1591. [dos2unix] | dos/mac to unix text file format converter
  1592. [utf8tolatin1] | reads utf-8 encoded text and writes latin1
  1593. [groff] | front-end for the groff document formatting system
  1594. [troff] | the troff processor of the groff text formatting system
  1595. [nroff] | emulate nroff command with groff
  1596. [deroff] | remove roff and preprocessor constructs
  1597. [eqn] | format equations for troff or mathml
  1598. [neqn] | format equations for ascii output
  1599. [tbl] | format tables for troff
  1600. [col] | filter reverse line feeds from input
  1601. [catdvi] | dvi to plain text converter
  1602. [gv] | postscript and pdf viewer
  1603. [odt2txt] | a simple converter from opendocument text to plain text
  1604. [o3read] | dump of an openoffice.org document parse tree
  1605. [o3tohtml] | convert files in openoffice.org format to html
  1606. [o3totxt] | convert files in openoffice.org format to text
  1607. [catdoc] | outputs word doc file content as plain text
  1608. [docx2txt] | convert microsoft ooxml files to plain text
  1609. [abiword] | flexible word processor documents converter
  1610. [antiword] | show the text and images of ms word documents
  1611. [xls2csv] | output ms-excel file as comma-separated values
  1612. [xlhtml] | convert excel xls files to html
  1613. [ssconvert] | spreadsheet format converter (gnumeric)
  1614. [ppthtml] | convert powerpoint ppt files to html
  1615. [stx2any] | converter from structured text to multiple formats
  1616. [pandoc] | general markup converter
  1617. [html2text] | an advanced html-to-text converter
  1618. [html2markdown]| converts html to markdown-formatted text
  1619. [asciidoc] | converts an asciidoc text file to html or docbook
  1620. [markdown] | convert markdown syntax to (x)html
  1621. [ttm] | tex/latex to mathml converter
  1622. [txt2tags] | text formatting and conversion tool
  1623. [txt2man] | convert flat ascii text to man page format
  1624. [txt2html] | convert plain text file to html
  1625. [textfmt] | convert ascii text to postscript for facsimile
  1626. [txt2pdbdoc] | text to doc file converter for palm pilots
  1627. [img2txt] | convert images to various text-based coloured files
  1628. [cacaview] | ascii image browser
  1629. [gnuhtml2latex]| html to latex converter
  1630. [csv2latex] | convert a csv file into a latex document
  1631. [sgml2latex] | create latex, dvi, ps or pdf output from an sgml file
  1632. [chm2pdf] | a tool convert chm to pdf format
  1633. [unoconv] | convert documents from/to libreoffice format
  1634. [jodconverter] | import/export documents using the libreoffice filters
  1635. [ps2ascii] | ghostscript translator from postscript or pdf to ascii
  1636. [ps2pdf] | convert postscript to pdf using ghostscript
  1637. [vilistextum] | html to ascii converter
  1638. [wvWare] | convert msword documents
  1639. [rst2pdf] | convert restructuredtext documents to pdf
  1640.  
  1641.  
  1642. # Images ######################################################################
  1643.  
  1644. Command | Description
  1645. --------------- | -----------------------------------------------------------
  1646. [fbi] | framebuffer imageviewer
  1647. [fim] | fbi (linux framebuffer imageviewer) improved
  1648. [findimagedupes]| finds visually similar or duplicate images
  1649. [fbgrab] | takes a screenshot using the framebuffer device
  1650. [gifsicle] | manipulates gif images and animations
  1651. [pngcrush] | optimizes, or modifies, png files
  1652. [optipng] | advanced optimization program for
  1653. [convert] | convert/resize/blur/crop/despeckle/dither/etc image
  1654. [mogrify] | inplace convert/edit/resize/blur/crop/etc an image
  1655. [rdjpgcom] | display text comments from a jpeg file
  1656. [wrjpgcom] | insert text comments into a jpeg file
  1657. [cjpeg] | compress an image file to a jpeg file
  1658. [djpeg] | decompress a jpeg file to an image file
  1659. [jpegtran] | lossless transformation of jpeg files
  1660. [jp2a] | convert jpeg images to ascii
  1661. [exif] | shows exif information in jpeg files
  1662. [exiftool] | read and write meta information in media files
  1663. [exiftran] | transform/rotate digital camera jpeg images
  1664. [exifcom] | set/display user comment tag contained in a jpeg exif
  1665. [exiftags] | output the properties contained in a jpeg exif section
  1666. [exiftime] | display/adjust the date and time exif tags
  1667. [exifprobe] | probe and report exif structure and metadata content
  1668. [exifgrep] | select and reformat the output of exifprobe
  1669. [jhead] | digicam jpeg exif header manipulation tool
  1670. [gle] | graphics layout engine
  1671. [simple-scan] | scanning utility
  1672. [scanimage] | scan an image
  1673. [gocr] | command line text recognition tool
  1674. [tesseract] | command-line ocr engine
  1675. [album] | themable html photo album generator
  1676. [gphotofs] | filesystem to mount digital cameras
  1677.  
  1678.  
  1679. # Vector Graphics #############################################################
  1680.  
  1681. Command | Description
  1682. --------------- | -----------------------------------------------------------
  1683. [dot] | filter for drawing directed graphs
  1684. [neato] | filter for drawing undirected graphs
  1685. [twopi] | filter for radial layouts of graphs
  1686. [circo] | filter for circular layout of graphs
  1687. [fdp] | filter for drawing undirected graphs
  1688. [sfdp] | filter for drawing large undirected graphs
  1689. [patchwork] | filter for tree maps
  1690. [asy] | asymptote: a script-based vector graphics language
  1691. [inkscape] | svg (scalable vector graphics) editing program
  1692. [rasterizer] | svg conversion to png, jpeg and pdf
  1693. [potrace] | transform bitmaps into vector graphics
  1694.  
  1695.  
  1696. # 3D ##########################################################################
  1697.  
  1698. Command | Description
  1699. --------------- | -----------------------------------------------------------
  1700. [aqsis] | aqsis renderer adhering to the renderman standard
  1701. [povray] | the persistence of vision ray tracer
  1702.  
  1703.  
  1704. # Videos ######################################################################
  1705.  
  1706. Command | Description
  1707. --------------- | -----------------------------------------------------------
  1708. [mplayer] | video/audio player/streamer
  1709. [mencoder] | video decoding, encoding and filtering tool
  1710. [vlc] | video lan client, a media player/streamer/transcoder
  1711. [xine] | a free video player
  1712. [xine-remote] | a small tool to connect xine remote control server
  1713. [avplay] | avplay media player
  1714. [avconv] | avconv video converter
  1715. [avprobe] | avprobe media prober
  1716. [avidemux] | a free video editor
  1717. [mpgtx] | manipulate mpeg files
  1718. [mplex] | mpeg 1/2 program/system stream multiplexer
  1719. [ffmpeg] | ffmpeg video converter
  1720. [imdb] | calls any of the imdb functions
  1721. [imdb-get] | looks up imdb data for a film
  1722. [imdb-link] | links films based on their genre
  1723. [imdb-rename] | renames files based on their title
  1724. [imdb-fxd] | creates fxd files from the imdb cache for freevo
  1725. [imdb-update-cache] | updates the imdb cache for a given directory
  1726.  
  1727.  
  1728. # Audio and Music #############################################################
  1729.  
  1730. Command | Description
  1731. --------------- | -----------------------------------------------------------
  1732. [mplayer] | video/audio player/streamer
  1733. [vlc] | video lan client, a media player/streamer/transcoder
  1734. [sox] | the swiss army knife of audio manipulation
  1735. [oggenc] | encode audio into the ogg vorbis format
  1736. [flac] | encoding, decoding, testing and analyzing flac streams
  1737. [lame] | create mp3 audio files
  1738. [exfalso] | tag editor for mp3/ogg/flac/musepack/wavpack/mod/xm/it
  1739. [id3] | id3 tag editor
  1740. [id3v2] | add/change/remove/view id3v2 tags, converts/lists id3v1
  1741. [id3tool] | a command line editor for id3 tags
  1742. [id3ed] | edit id3 description tags in mpeg3 files
  1743. [mussort] | sort music files into folders
  1744.  
  1745.  
  1746. # Audio Players ###############################################################
  1747.  
  1748. Command | Description
  1749. --------------- | -----------------------------------------------------------
  1750. [mplayer] | video/audio player/streamer
  1751. [vlc] | video lan client, a media player/streamer/transcoder
  1752. [ocp] | open cubic music player
  1753. [mpc] | program for controlling music player daemon (mpd)
  1754. [ncmpc] | curses music player daemon (mpd) client
  1755. [audtty] | control audacious from cli with a ncurses interface
  1756. [xmms2] | command-line interface to the xmms2 daemon
  1757. [cmus] | curse music player
  1758. [moosic] | a command-line client for the moosic jukebox system
  1759. [play] | sox invoked as play outputs to the default sound device
  1760. [bplay] | buffered sound playing
  1761. [ogg123] | plays ogg vorbis files
  1762. [mpg123] | play audio mpeg 1.0/2.0/2.5 stream (layers 1, 2 and 3)
  1763. [mpg321] | simple and lightweight command line mp3 player
  1764. [splay] | mpeg-1,2 audio layer 1,2,3 file player
  1765. [madplay] | decode and play mpeg audio stream(s)
  1766. [audiopreview] | play audio, video, and internet media streams
  1767. [herrie] | interactive music playlist player
  1768. [mp3blaster] | an interactive text-console based mp3 player
  1769. [mocp] | console audio player
  1770. [mpc123] | your handy musepack audio player
  1771. [orpheus] | text mode menu and window-driven audio player
  1772. [pytone] | music jukebox for your audio files
  1773. [yauap] | audio player based on the gstreamer framework
  1774. [mikmod] | play soundtracker modules on a unix machine
  1775. [xmp] | extended module player
  1776. [cdcd] | command driven cd player
  1777. [cplay] | a front-end for various audio players
  1778. [mcdp] | a small cdplayer for linux
  1779. [workbone] | interactive text-mode program for playing audio cd
  1780. [shell-fm] | console-based player for last.fm radio streams
  1781.  
  1782.  
  1783. # Audio Editing ###############################################################
  1784.  
  1785. Command | Description
  1786. --------------- | -----------------------------------------------------------
  1787. [ecasound] | sample editor, multitrack recorder, fx-processor, etc
  1788. [rec] | sox invoked as rec set default sound device as input
  1789. [brec] | buffered sound recording
  1790. [snd] | a sound editor
  1791. [gramofile] | sample and process analog recordings
  1792. [quelcom] | command line editing tools for mp3 and wav files
  1793. [qmp3check] | check and clean mp3 streams
  1794. [qmp3cut] | extract, delete parts of a mp3 file
  1795. [cutmp3] | a fast and leightweight mp3 editor
  1796. [fadecut] | rip audiostreams, cut, fade in/out and tag audiofiles
  1797. [qmp3info] | show info from mp3 files
  1798. [qmp3join] | join mp3 files
  1799. [qmp3report] | report mp3 files and directories
  1800. [qwavinfo] | show info from wav files
  1801. [qwavjoin] | join wav files
  1802. [qwavcut] | extract, delete parts of a wav file
  1803. [qwavsilence] | detect and shrink silence sequences in wav files
  1804. [qwavfade] | fade in/out wav files
  1805. [qwavheaderdump] | dump and fix wav headers
  1806. [normalize-audio] | adjusts volume levels of audio files
  1807.  
  1808.  
  1809. # Midi ########################################################################
  1810.  
  1811. Command | Description
  1812. --------------- | -----------------------------------------------------------
  1813. [timidity] | midi-to-wave converter and player
  1814. [pmidi] | midi file player for alsa
  1815. [playmidi] | full-featured midi player using the voxware driver
  1816. [arecordmidi] | record standard midi files
  1817. [abc2midi] | converts abc file to midi
  1818. [midi2abc] | program to convert midi format files to abc notation
  1819. [abcm2ps] | translate abc music notation to postscript or svg
  1820.  
  1821.  
  1822. # Text to Speech ##############################################################
  1823.  
  1824. Command | Description
  1825. --------------- | -----------------------------------------------------------
  1826. [espeak] | a multi-lingual software speech synthesizer
  1827. [festival] | a text-to-speech system
  1828. [saydate] | audio date/uptime check
  1829. [saytime] | audio time check
  1830.  
  1831.  
  1832. # Games #######################################################################
  1833.  
  1834. Command | Description
  1835. --------------- | -----------------------------------------------------------
  1836. [adventure] | an exploration game
  1837. [nethack] | exploring the mazes of menace
  1838. [slashem] | exploring the mazes of menace
  1839. [rogue] | exploring the dungeons of doom
  1840. [crawl] | the roguelike game of crawl
  1841. [battlestar] | a tropical adventure game
  1842. [phantasia] | an interterminal fantasy game
  1843. [wump] | hunt the wumpus in an underground cave
  1844. [bastet] | tetris(r) clone with "bastard" block-choosing ai
  1845. [pytris] | two players console tetris game
  1846. [tetris-bsd] | the game of tetris
  1847. [greed] | eat a game field until you run out of moves
  1848. [moon-buggy] | drive some car across the moon
  1849. [ninvaders] | ncurses version of space invaders
  1850. [overkill] | bloody 2d action deathmatch-like game in ascii-art
  1851. [worm] | play the growing worm game
  1852. [snake] | display chase game
  1853. [atc] | air traffic controller game
  1854. [robots] | fight off villainous robots
  1855. [hunt] | a multi-player multi-terminal game
  1856. [wargames] | shall we play a game?
  1857. [canfield] | the solitaire card game canfield
  1858. [cribbage] | the card game cribbage
  1859. [freecell] | a console implementation of freecell
  1860. [mille] | play mille bornes
  1861. [monop] | monopoly game
  1862. [backgammon] | the game of backgammon
  1863. [sail] | multi-user wooden ships and iron men
  1864. [trek] | trekkie game
  1865. [boggle] | word search game
  1866. [hangman] | computer version of the game hangman
  1867. [gtypist] | typing tutor for different keyboards and languages
  1868. [arithmetic] | quiz on simple arithmetic
  1869. [quiz] | random knowledge tests
  1870. [fortune] | print a random, hopefully interesting, adage
  1871. [display-dhammapada] | display a verse from the dhammapada
  1872.  
  1873.  
  1874. # Screensavers ################################################################
  1875.  
  1876. Command | Description
  1877. --------------- | -----------------------------------------------------------
  1878. [cmatrix] | simulates the display from the matrix movie
  1879. [rain] | animated raindrops display
  1880. [tty-clock] | a terminal digital clock
  1881. [binclock] | prints time in binary format
  1882.  
  1883.  
  1884. # Other #######################################################################
  1885.  
  1886. Command | Description
  1887. --------------- | -----------------------------------------------------------
  1888. [echo] | display a line of text
  1889. [printf] | format and print data
  1890. [getopt] | parse command options
  1891. [expect] | automate applications accessed over a terminal
  1892. [expr] | evaluate expressions
  1893. [yes] | output a string repeatedly until killed
  1894. [true] | do nothing, successfully
  1895. [false] | do nothing, unsuccessfully
  1896. [ifetch] | image collection tool for ip cameras of ifetch-tools
  1897. [rig] | random identity generator
  1898. [an] | anagram generator
  1899. [pwgen] | generate pronounceable passwords
  1900. [makepasswd] | generate and/or encrypt passwords
  1901. [pwsafe] | password database utility
  1902. [gringotts] | secure password and data storage manager
  1903. [clamscan] | scan files and directories for viruses
  1904. [llines] | lifelines genealogy program, gedcom format
  1905.  
  1906.  
  1907. # X Windows ###################################################################
  1908.  
  1909. Command | Description
  1910. --------------- | -----------------------------------------------------------
  1911. [xvidtune] | adjust x server origin and size
  1912. [xmodmap] | set/modify keymaps and pointer button mappings in x
  1913. [setxkbmap] | set the keyboard using the x keyboard extension
  1914. [xhost] | server access control program for x
  1915. [xsetroot] | root window parameter setting utility for x
  1916. [xlsfonts] | server font list displayer for x
  1917. [xset] | user preference utility for x
  1918. [xev] | x event viewer
  1919. [editres] | a dynamic resource editor for x toolkit applications
  1920. [notify-send] | a program to send desktop notifications
  1921. [xdg-open] | opens a file or url in the user preferred application
  1922. [dmenu] | dynamic menu, manages huge numbers defined menu items
  1923. [xmessage] | display a message/query in a window (x-based /bin/echo)
  1924. [dialog] | display curses dialog boxes from shell scripts
  1925. [kdialog] | show kde dialog boxes from shell scripts
  1926. [zenity] | display gtk+ dialogs
  1927. [xclip] | command line interface to x selections (clipboard)
  1928. [xclipboard] | x clipboard client
  1929. [xdotool] | command-line x11 automation tool
  1930. [xte] | generates fake input using the xtest extension
  1931. [wmctrl] | interact with a ewmh/netwm compatible x window manager
  1932. [import] | window/screenshot
  1933. [dbus-send] | send a message to a desktop bus
  1934. [dbus-monitor] | debug probe to print desktop bus messages
  1935. [qdbus] | a communication-interface for qt-based applications
  1936.  
  1937.  
  1938. # Funny #######################################################################
  1939.  
  1940. Command | Description
  1941. --------------- | -----------------------------------------------------------
  1942. [axe] | tools to improve network performance via snip
  1943. [baby] | create new process from two parents
  1944. [bosskill] | send a signal to your boss, or terminate your boss
  1945. [c] | genericised softdrink generator (coffee, coke etc)
  1946. [celibacy] | don't have sex
  1947. [chainsaw] | tools to improve network performance via snip
  1948. [chastise] | library function to punish users
  1949. [condom] | protects against viruses and child processes
  1950. [ctluser] | control lusers
  1951. [cutter] | tools to improve network performance via snip
  1952. [egrope] | massage a file for a while
  1953. [fgrope] | massage a file for a while
  1954. [flame] | reply to usenet news posting automatically
  1955. [flog] | speed up a process
  1956. [gong] | evaluate process performance
  1957. [grope] | massage a file for a while
  1958. [guru] | system administration
  1959. [knife] | tools to improve network performance via snip
  1960. [lart] | luser attitude readjustment tool
  1961. [luser] | process to control the clueless individuals
  1962. [normality] | defines types of normality different users may have
  1963. [nuke] | launch nuclear weapons at mapped usenet sites
  1964. [party] | set os responses mode
  1965. [people] | fetch a list of all ttys behaving like a human
  1966. [pmsd] | periodically manic system daemon
  1967. [rescrog] | change something, make it different
  1968. [rtfm] | a response for easy questions from clueless lusers
  1969. [sex] | have sex
  1970. [slave] | a semi-interactive command for the dirty work
  1971. [strfry] | string operation
  1972. [sysadmin] | responsible for everything imaginable
  1973. [think] | you dont have to think, computers can think for you
  1974. [tm] | meditate
  1975. [uubp] | unix-to-unix beer protocol
  1976. [whack] | mangle requests to a printer or damage a printer
  1977. [xkill] | kill processes or users, including usenet poster
  1978. [xlart] | interactive x interface to rlart
  1979.  
  1980. -------------------------------------------------------------------------------
  1981.  
  1982. [Content]: #user-content-content
  1983. [Other Documentation]: #user-content-other-documentation
  1984. [Getting Help]: #user-content-getting-help
  1985. [Interesting Pages]: #user-content-interesting-pages
  1986. [Shells]: #user-content-shells
  1987. [Setup]: #user-content-setup
  1988. [System]: #user-content-system
  1989. [Kernel]: #user-content-kernel
  1990. [Init and Runlevels]: #user-content-init-and-runlevels
  1991. [Hardware]: #user-content-hardware
  1992. [Filesystem Tools]: #user-content-filesystem-tools
  1993. [Quota]: #user-content-quota
  1994. [Processes]: #user-content-processes
  1995. [Performances]: #user-content-performances
  1996. [User Management]: #user-content-user-management
  1997. [User Information]: #user-content-user-information
  1998. [Environment]: #user-content-environment
  1999. [Security Context]: #user-content-security-context
  2000. [Development]: #user-content-development
  2001. [Debugging]: #user-content-debugging
  2002. [Revision Control]: #user-content-revision-control
  2003. [Database]: #user-content-database
  2004. [Network]: #user-content-network
  2005. [Network Tunnels]: #user-content-network-tunnels
  2006. [Network Scan]: #user-content-network-scan
  2007. [Network Capture]: #user-content-network-capture
  2008. [Network Filesystems]: #user-content-network-filesystems
  2009. [Network Apps]: #user-content-network-apps
  2010. [Modem/Fax/GSM]: #user-content-modemfaxgsm
  2011. [File Transfer]: #user-content-file-transfer
  2012. [Browser]: #user-content-browser
  2013. [RSS Reader]: #user-content-rss-reader
  2014. [Podcast]: #user-content-podcast
  2015. [Chat]: #user-content-chat
  2016. [EMail]: #user-content-email
  2017. [Newsgroups]: #user-content-newsgroups
  2018. [Websites]: #user-content-websites
  2019. [Directories]: #user-content-directories
  2020. [Files]: #user-content-files
  2021. [Pipes]: #user-content-pipes
  2022. [File Attributes]: #user-content-file-attributes
  2023. [File Find]: #user-content-file-find
  2024. [File Compare]: #user-content-file-compare
  2025. [Binary Information]: #user-content-binary-information
  2026. [File Managers]: #user-content-file-managers
  2027. [Viewers]: #user-content-viewers
  2028. [Editors]: #user-content-editors
  2029. [Text Utilities]: #user-content-text-utilities
  2030. [Spelling]: #user-content-spelling
  2031. [ASCII Art]: #user-content-ascii-art
  2032. [Print]: #user-content-print
  2033. [Compression]: #user-content-compression
  2034. [Backup]: #user-content-backup
  2035. [CD/DVD/BluRay]: #user-content-cddvdbluray
  2036. [Numbers and Math]: #user-content-numbers-and-math
  2037. [Date and Time]: #user-content-date-and-time
  2038. [Schedule]: #user-content-schedule
  2039. [Terminal]: #user-content-terminal
  2040. [Office]: #user-content-office
  2041. [Publishing]: #user-content-publishing
  2042. [Task Managers]: #user-content-task-managers
  2043. [Conversion]: #user-content-conversion
  2044. [Images]: #user-content-images
  2045. [Vector Graphics]: #user-content-vector-graphics
  2046. [3D]: #user-content-3d
  2047. [Videos]: #user-content-videos
  2048. [Audio and Music]: #user-content-audio-and-music
  2049. [Audio Players]: #user-content-audio-players
  2050. [Audio Editing]: #user-content-audio-editing
  2051. [Midi]: #user-content-midi
  2052. [Text to Speech]: #user-content-text-to-speech
  2053. [Games]: #user-content-games
  2054. [Screensavers]: #user-content-screensavers
  2055. [Other]: #user-content-other
  2056. [X Windows]: #user-content-x-windows
  2057. [Funny]: #user-content-funny
  2058.  
  2059. [/lib/ld-linux.so.2]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ld.so.8.html
  2060. [/lib64/ld-linux-x86-64.so.2]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ld.so.8.html
  2061. [7z]: http://manpages.ubuntu.com/manpages/trusty/en/man1/7z.1.html
  2062. [a2p]: http://manpages.ubuntu.com/manpages/trusty/en/man1/a2p.1.html
  2063. [abc2midi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/abc2midi.1.html
  2064. [abcde]: http://manpages.ubuntu.com/manpages/trusty/en/man1/abcde.1.html
  2065. [abcm2ps]: http://manpages.ubuntu.com/manpages/trusty/en/man1/abcm2ps.1.html
  2066. [abiword]: http://manpages.ubuntu.com/manpages/trusty/en/man1/abiword.1.html
  2067. [abook]: http://manpages.ubuntu.com/manpages/trusty/en/man1/abook.1.html
  2068. [ac]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ac.1.html
  2069. [ack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ack-grep.1p.html
  2070. [acl]: http://manpages.ubuntu.com/manpages/trusty/en/man5/acl.5.html
  2071. [acpitool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/acpitool.1.html
  2072. [adduser]: http://manpages.ubuntu.com/manpages/trusty/en/man8/adduser.8.html
  2073. [adventure]: http://manpages.ubuntu.com/manpages/trusty/en/man6/adventure.6.html
  2074. [aee]: http://manpages.ubuntu.com/manpages/precise/en/man1/aee.1.html
  2075. [agrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/agrep.1.html
  2076. [aiksaurus]: http://manpages.ubuntu.com/manpages/trusty/en/man1/aiksaurus.1.html
  2077. [album]: http://manpages.ubuntu.com/manpages/trusty/en/man1/album.1.html
  2078. [alien]: http://manpages.ubuntu.com/manpages/trusty/en/man1/alien.1p.html
  2079. [alpine]: http://manpages.ubuntu.com/manpages/trusty/en/man1/alpine.1.html
  2080. [alsactl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/alsactl.1.html
  2081. [alsamixer]: http://manpages.ubuntu.com/manpages/trusty/en/man1/alsamixer.1.html
  2082. [amulecmd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/amulecmd.1.html
  2083. [an]: http://manpages.ubuntu.com/manpages/trusty/en/man6/an.6.html
  2084. [antiword]: http://manpages.ubuntu.com/manpages/trusty/en/man1/antiword.1.html
  2085. [apm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/apm.1.html
  2086. [apropos]: http://manpages.ubuntu.com/manpages/trusty/en/man1/apropos.1.html
  2087. [apt-cache]: http://manpages.ubuntu.com/manpages/trusty/man8/apt-cache.8.html
  2088. [apt-config]: http://manpages.ubuntu.com/manpages/trusty/man8/apt-config.8.html
  2089. [apt-file]: http://manpages.ubuntu.com/manpages/trusty/en/man1/apt-file.1.html
  2090. [apt-get]: http://manpages.ubuntu.com/manpages/trusty/en/man8/apt-get.8.html
  2091. [apt-mark]: http://manpages.ubuntu.com/manpages/trusty/man8/apt-mark.8.html
  2092. [aptitude]: http://manpages.ubuntu.com/manpages/precise/en/man8/aptitude.8.html
  2093. [aqsis]: http://manpages.ubuntu.com/manpages/trusty/en/man1/aqsis.1.html
  2094. [ar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ar.1.html
  2095. [arch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/arch.1.html
  2096. [arecordmidi]: http://manpages.ubuntu.com/manpages/trusty/man1/arecordmidi.1.html
  2097. [aria]: http://manpages.ubuntu.com/manpages/hardy/man1/aria.1.html
  2098. [aria2c]: http://manpages.ubuntu.com/manpages/trusty/en/man1/aria2c.1.html
  2099. [arithmetic]: http://manpages.ubuntu.com/manpages/trusty/en/man6/arithmetic.6.html
  2100. [arp]: http://manpages.ubuntu.com/manpages/trusty/en/man8/arp.8.html
  2101. [arp-scan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/arp-scan.1.html
  2102. [arping]: http://manpages.ubuntu.com/manpages/trusty/en/man8/arping.8.html
  2103. [arpspoof]: http://manpages.ubuntu.com/manpages/trusty/en/man8/arpspoof.8.html
  2104. [as]: http://manpages.ubuntu.com/manpages/trusty/en/man1/as.1.html
  2105. [ascii]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ascii.1.html
  2106. [ascii.7]: http://manpages.ubuntu.com/manpages/trusty/en/man7/ascii.7.html
  2107. [asciidoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/asciidoc.1.html
  2108. [ash]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ash.1.html
  2109. [aspell]: http://manpages.ubuntu.com/manpages/trusty/en/man1/aspell.1.html
  2110. [astyle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/astyle.1.html
  2111. [asy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/asy.1.html
  2112. [at]: http://manpages.ubuntu.com/manpages/trusty/en/man1/at.1.html
  2113. [atc]: http://manpages.ubuntu.com/manpages/trusty/en/man6/atc.6.html
  2114. [atool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/atool.1.html
  2115. [atop]: http://manpages.ubuntu.com/manpages/trusty/en/man1/atop.1.html
  2116. [atq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/atq.1.html
  2117. [atrm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/atrm.1.html
  2118. [audiopreview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/audiopreview.1.html
  2119. [audtty]: http://manpages.ubuntu.com/manpages/trusty/en/man1/audtty.1.html
  2120. [aumix]: http://manpages.ubuntu.com/manpages/trusty/en/man1/aumix.1.html
  2121. [avconv]: http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html
  2122. [avidemux]: http://manpages.ubuntu.com/manpages/trusty/en/man1/avidemux.1.html
  2123. [avplay]: http://manpages.ubuntu.com/manpages/precise/man1/avplay.1.html
  2124. [avprobe]: http://manpages.ubuntu.com/manpages/precise/man1/avprobe.1.html
  2125. [awk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/awk.1posix.html
  2126. [axe]: http://manpages.ubuntu.com/manpages/trusty/en/man8/axe.8fun.html
  2127. [axel]: http://manpages.ubuntu.com/manpages/trusty/en/man1/axel.1.html
  2128. [babeltrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/babeltrace.1.html
  2129. [baby]: http://manpages.ubuntu.com/manpages/trusty/en/man1/baby.1fun.html
  2130. [backgammon]: http://manpages.ubuntu.com/manpages/trusty/en/man6/backgammon.6.html
  2131. [backup-manager]: http://manpages.ubuntu.com/manpages/trusty/en/man8/backup-manager.8.html
  2132. [badblocks]: http://manpages.ubuntu.com/manpages/trusty/en/man8/badblocks.8.html
  2133. [base64]: http://manpages.ubuntu.com/manpages/trusty/en/man1/base64.1.html
  2134. [basename]: http://manpages.ubuntu.com/manpages/trusty/en/man1/basename.1.html
  2135. [bash]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2136. [bashburn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bashburn.1.html
  2137. [bastet]: http://manpages.ubuntu.com/manpages/trusty/en/man6/bastet.6.html
  2138. [batch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/batch.1.html
  2139. [battlestar]: http://manpages.ubuntu.com/manpages/trusty/en/man6/battlestar.6.html
  2140. [bbackupctl]: http://manpages.ubuntu.com/manpages/trusty/man8/bbackupctl.8.html
  2141. [bbe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bbe.1.html
  2142. [bc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bc.1.html
  2143. [bcpp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bcpp.1.html
  2144. [bg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bg.1posix.html
  2145. [binclock]: http://manpages.ubuntu.com/manpages/trusty/en/man1/binclock.1.html
  2146. [binwalk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/binwalk.1.html
  2147. [bitchx]: http://man.cx/bitchx
  2148. [bitlbee]: http://manpages.ubuntu.com/manpages/trusty/en/man8/bitlbee.8.html
  2149. [bittorrent-downloader]: http://manpages.ubuntu.com/manpages/trusty/man1/bittorrent-downloader.bittornado.1.html
  2150. [blktrace]: http://manpages.ubuntu.com/manpages/trusty/man8/blktrace.8.html
  2151. [blockdev]: http://manpages.ubuntu.com/manpages/trusty/en/man8/blockdev.8.html
  2152. [bmon]: http://manpages.ubuntu.com/manpages/trusty/en/man8/bmon.8.html
  2153. [boggle]: http://manpages.ubuntu.com/manpages/trusty/en/man6/boggle.6.html
  2154. [bosskill]: http://manpages.ubuntu.com/manpages/trusty/en/man8/bosskill.8fun.html
  2155. [bplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bplay.1.html
  2156. [brec]: http://manpages.ubuntu.com/manpages/trusty/en/man1/brec.1.html
  2157. [btdownloadcurses]: http://manpages.ubuntu.com/manpages/trusty/man1/btdownloadcurses.bittornado.1.html
  2158. [bti]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bti.1.html
  2159. [bunzip2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bunzip2.1.html
  2160. [burn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/burn.1.html
  2161. [bwn-ng]: http://manpages.ubuntu.com/manpages/natty/man1/bwm-ng.1.html
  2162. [byobu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/byobu.1.html
  2163. [bzcat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzcat.1.html
  2164. [bzcmp]: http://manpages.ubuntu.com/manpages/saucy/en/man1/bzcmp.1.html
  2165. [bzdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzdiff.1.html
  2166. [bzexe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzexe.1.html
  2167. [bzgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzgrep.1.html
  2168. [bzip2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzip2.1.html
  2169. [bzless]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzless.1.html
  2170. [bzmore]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzmore.1.html
  2171. [bzr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bzr.1.html
  2172. [c]: http://manpages.ubuntu.com/manpages/trusty/en/man1/c.1fun.html
  2173. [c99]: http://manpages.ubuntu.com/manpages/trusty/en/man1/c99.1posix.html
  2174. [cabextract]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cabextract.1.html
  2175. [cacaview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cacaview.1.html
  2176. [cadubi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cadubi.1.html
  2177. [cal]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cal.1.html
  2178. [calc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/calc.1.html
  2179. [calcurse]: http://manpages.ubuntu.com/manpages/trusty/en/man1/calcurse.1.html
  2180. [cancel]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cancel.1.html
  2181. [canfield]: http://manpages.ubuntu.com/manpages/trusty/en/man6/canfield.6.html
  2182. [canto]: http://manpages.ubuntu.com/manpages/trusty/en/man1/canto.1.html
  2183. [capabilities]: http://manpages.ubuntu.com/manpages/trusty/en/man7/capabilities.7.html
  2184. [captoinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/captoinfo.1.html
  2185. [cat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cat.1.html
  2186. [catdoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/catdoc.1.html
  2187. [catdvi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/catdvi.1.html
  2188. [cclive]: http://manpages.ubuntu.com/manpages/trusty/man1/cclive.1.html
  2189. [cd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cd.1posix.html
  2190. [cdadd]: http://manpages.ubuntu.com/manpages/trusty/man1/cdadd.1.html
  2191. [cdcd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdcd.1.html
  2192. [cdclose]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdclose.1.html
  2193. [cdctrl]: http://manpages.ubuntu.com/manpages/trusty/man1/cdctrl.1.html
  2194. [cdda2mp3]: http://manpages.ubuntu.com/manpages/natty/man1/cdrkit.cdda2ogg.1.html
  2195. [cdda2ogg]: http://manpages.ubuntu.com/manpages/natty/man1/cdrkit.cdda2ogg.1.html
  2196. [cdeject]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdeject.1.html
  2197. [cdinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdinfo.1.html
  2198. [cdir]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdir.1.html
  2199. [cdown]: http://manpages.ubuntu.com/manpages/hardy/man1/cdown.1.html
  2200. [cdparanoia]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdparanoia.1.html
  2201. [cdpause]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdpause.1.html
  2202. [cdplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdplay.1.html
  2203. [cdrdao]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdrdao.1.html
  2204. [cdrecord]: http://man.cx/cdrecord
  2205. [cdshuffle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdshuffle.1.html
  2206. [cdstop]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdstop.1.html
  2207. [cdvolume]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cdvolume.1.html
  2208. [cdw]: http://manpages.ubuntu.com/manpages/precise/man1/cdw.1.html
  2209. [celibacy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/celibacy.1fun.html
  2210. [centerim]: http://manpages.ubuntu.com/manpages/trusty/en/man1/centerim.1.html
  2211. [cfdisk]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cfdisk.8.html
  2212. [cflow]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cflow.1.html
  2213. [chage]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chage.1.html
  2214. [chainsaw]: http://manpages.ubuntu.com/manpages/trusty/en/man8/chainsaw.8fun.html
  2215. [chastise]: http://manpages.ubuntu.com/manpages/trusty/en/man3/chastise.3fun.html
  2216. [chattr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chattr.1.html
  2217. [chcon]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chcon.1.html
  2218. [chfn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chfn.1.html
  2219. [chgrp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chgrp.1.html
  2220. [chkconfig]: http://manpages.ubuntu.com/manpages/precise/en/man8/chkconfig.8.html
  2221. [chm2pdf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chm2pdf.1.html
  2222. [chmod]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chmod.1.html
  2223. [chown]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chown.1.html
  2224. [chroot]: http://manpages.ubuntu.com/manpages/trusty/en/man8/chroot.8.html
  2225. [chsh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chsh.1.html
  2226. [chvt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/chvt.1.html
  2227. [ci]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ci.1.html
  2228. [circo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/circo.1.html
  2229. [cjpeg]: http://manpages.ubuntu.com/manpages/lucid/man1/cjpeg.1.html
  2230. [cksum]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cksum.1.html
  2231. [clamscan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/clamscan.1.html
  2232. [cleanlinks]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cleanlinks.1.html
  2233. [clear]: http://manpages.ubuntu.com/manpages/trusty/en/man1/clear.1.html
  2234. [clex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/clex.1.html
  2235. [clisp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/clisp.1.html
  2236. [cloc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cloc.1.html
  2237. [cmake]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cmake.1.html
  2238. [cmatrix]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cmatrix.1.html
  2239. [cmp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cmp.1.html
  2240. [cmus]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cmus.1.html
  2241. [co]: http://manpages.ubuntu.com/manpages/trusty/en/man1/co.1.html
  2242. [col]: http://manpages.ubuntu.com/manpages/trusty/en/man1/col.1.html
  2243. [collectl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/collectl.1.html
  2244. [colrm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/colrm.1.html
  2245. [column]: http://manpages.ubuntu.com/manpages/trusty/en/man1/column.1.html
  2246. [comm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/comm.1.html
  2247. [compress]: http://manpages.ubuntu.com/manpages/trusty/en/man1/compress.1.html
  2248. [condom]: http://manpages.ubuntu.com/manpages/trusty/en/man1/condom.1fun.html
  2249. [cone]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cone.1.html
  2250. [convert]: http://manpages.ubuntu.com/manpages/trusty/en/man1/convert.1.html
  2251. [convertquota]: http://manpages.ubuntu.com/manpages/trusty/en/man8/convertquota.8.html
  2252. [cowsay]: http://manpages.ubuntu.com/manpages/hardy/man1/cowsay.1.html
  2253. [cp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cp.1.html
  2254. [cpan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cpan.1.html
  2255. [cpio]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cpio.1.html
  2256. [cplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cplay.1.html
  2257. [cpp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cpp.1.html
  2258. [cpulimit]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cpulimit.1.html
  2259. [crawl]: http://manpages.ubuntu.com/manpages/trusty/en/man6/crawl.6.html
  2260. [cream]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cream.1.html
  2261. [cribbage]: http://manpages.ubuntu.com/manpages/trusty/en/man6/cribbage.6.html
  2262. [crip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/crip.1.html
  2263. [crontab]: http://manpages.ubuntu.com/manpages/trusty/en/man1/crontab.1.html
  2264. [crypt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/crypt.1.html
  2265. [cryptcat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cryptcat.1.html
  2266. [csh]: http://manpages.ubuntu.com/manpages/precise/man1/bsd-csh.1.html
  2267. [csplit]: http://manpages.ubuntu.com/manpages/trusty/en/man1/csplit.1.html
  2268. [csstidy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/csstidy.1.html
  2269. [csv2latex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/csv2latex.1.html
  2270. [ctags]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ctags.1posix.html
  2271. [ctluser]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ctluser.8fun.html
  2272. [ctorrent]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ctorrent.1.html
  2273. [cupsaccept]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cupsaccept.8.html
  2274. [cupsdisable]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cupsdisable.8.html
  2275. [cupsenable]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cupsenable.8.html
  2276. [cupsreject]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cupsreject.8.html
  2277. [curl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/curl.1.html
  2278. [curlftpfs]: http://manpages.ubuntu.com/manpages/natty/man1/curlftpfs.1.html
  2279. [cut]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cut.1.html
  2280. [cutmp3]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cutmp3.1.html
  2281. [cutter]: http://manpages.ubuntu.com/manpages/trusty/en/man8/cutter.8fun.html
  2282. [cvs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cvs.1.html
  2283. [cxref]: http://manpages.ubuntu.com/manpages/trusty/en/man1/cxref.1.html
  2284. [darcs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/darcs.1.html
  2285. [dash]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dash.1.html
  2286. [date]: http://manpages.ubuntu.com/manpages/trusty/en/man1/date.1.html
  2287. [dblatex]: http://manpages.ubuntu.com/manpages/trusty/man1/dblatex.1.html
  2288. [dbus-monitor]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dbus-monitor.1.html
  2289. [dbus-send]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dbus-send.1.html
  2290. [dbview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dbview.1.html
  2291. [dc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dc.1.html
  2292. [dd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dd.1.html
  2293. [ddate]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ddate.1.html
  2294. [ddrescue]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ddrescue.1.html
  2295. [deallocvt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/deallocvt.1.html
  2296. [debconf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/debconf.1.html
  2297. [debconf-get-selections]: http://manpages.ubuntu.com/manpages/trusty/en/man1/debconf-get-selections.1.html
  2298. [debconf-set-selections]: http://manpages.ubuntu.com/manpages/trusty/en/man1/debconf-set-selections.1.html
  2299. [debfoster]: http://manpages.ubuntu.com/manpages/trusty/en/man8/debfoster.8.html
  2300. [deborphan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/deborphan.1.html
  2301. [depmod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/depmod.8.html
  2302. [deroff]: http://manpages.ubuntu.com/manpages/lucid/en/man1/deroff.1.html
  2303. [detox]: http://manpages.ubuntu.com/manpages/trusty/en/man1/detox.1.html
  2304. [devtodo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/devtodo.1.html
  2305. [df]: http://manpages.ubuntu.com/manpages/trusty/en/man1/df.1.html
  2306. [dglob]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dglob.1.html
  2307. [dgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dgrep.1.html
  2308. [dhex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dhex.1.html
  2309. [diakonos]: http://manpages.ubuntu.com/manpages/trusty/en/man1/diakonos.1.html
  2310. [dialog]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dialog.1.html
  2311. [dict]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dict.1.html
  2312. [diff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/diff.1.html
  2313. [diff3]: http://manpages.ubuntu.com/manpages/trusty/en/man1/diff3.1.html
  2314. [diffpdf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/diffpdf.1.html
  2315. [dig]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dig.1.html
  2316. [dir]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dir.1.html
  2317. [dircolors]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dircolors.1.html
  2318. [dirname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dirname.1.html
  2319. [dirs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2320. [disown]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2321. [display-dhammapada]: http://manpages.ubuntu.com/manpages/trusty/en/man1/display-dhammapada.1.html
  2322. [djpeg]: http://manpages.ubuntu.com/manpages/lucid/man1/djpeg.1.html
  2323. [dlocate]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dlocate.1.html
  2324. [dmake]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dmake.1.html
  2325. [dmenu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dmenu.1.html
  2326. [dmesg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dmesg.1.html
  2327. [dmidecode]: http://manpages.ubuntu.com/manpages/trusty/en/man8/dmidecode.8.html
  2328. [dnsdomainname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dnsdomainname.1.html
  2329. [docx2txt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/docx2txt.1.html
  2330. [domainname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/domainname.1.html
  2331. [doodle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/doodle.1.html
  2332. [dos2unix]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dos2unix.1.html
  2333. [dot]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dot.1.html
  2334. [dpkg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dpkg.1.html
  2335. [dpkg-reconfigure]: http://manpages.ubuntu.com/manpages/trusty/en/man8/dpkg-reconfigure.8.html
  2336. [dselect]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dselect.1.html
  2337. [dsniff]: http://manpages.ubuntu.com/manpages/trusty/en/man8/dsniff.8.html
  2338. [dstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dstat.1.html
  2339. [dtach]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dtach.1.html
  2340. [dtrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dtrace.1.html
  2341. [dtrx]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dtrx.1.html
  2342. [du]: http://manpages.ubuntu.com/manpages/trusty/en/man1/du.1.html
  2343. [dump]: http://manpages.ubuntu.com/manpages/trusty/man8/dump.8.html
  2344. [dumpcap]: http://manpages.ubuntu.com/manpages/trusty/man1/dumpcap.1.html
  2345. [dumpkeys]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dumpkeys.1.html
  2346. [duplicity]: http://manpages.ubuntu.com/manpages/trusty/en/man1/duplicity.1.html
  2347. [dvdauthor]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dvdauthor.1.html
  2348. [dvtm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/dvtm.1.html
  2349. [e2dbg]: http://manpages.ubuntu.com/manpages/natty/man1/eresi.1.html
  2350. [ecasound]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ecasound.1.html
  2351. [echo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/echo.1.html
  2352. [ed]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ed.1.html
  2353. [edbrowse]: http://manpages.ubuntu.com/manpages/lucid/en/man1/edbrowse.1.html
  2354. [editres]: http://manpages.ubuntu.com/manpages/trusty/en/man1/editres.1.html
  2355. [edquota]: http://manpages.ubuntu.com/manpages/trusty/en/man8/edquota.8.html
  2356. [efax]: http://manpages.ubuntu.com/manpages/trusty/en/man1/efax.1.html
  2357. [egrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/egrep.1.html
  2358. [egrope]: http://manpages.ubuntu.com/manpages/trusty/en/man1/egrope.1fun.html
  2359. [ekg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ekg.1.html
  2360. [elfsh]: http://manpages.ubuntu.com/manpages/natty/man1/eresi.1.html
  2361. [elinks]: http://manpages.ubuntu.com/manpages/trusty/en/man1/elinks.1.html
  2362. [elmo]: http://manpages.ubuntu.com/manpages/lucid/en/man1/elmo.1.html
  2363. [emacs]: http://manpages.ubuntu.com/manpages/lucid/en/man1/emacs.1emacs22.html
  2364. [env]: http://manpages.ubuntu.com/manpages/trusty/en/man1/env.1.html
  2365. [environ]: http://manpages.ubuntu.com/manpages/trusty/en/man7/environ.7.html
  2366. [epic5]: http://manpages.ubuntu.com/manpages/natty/man1/epic5.1.html
  2367. [episoder]: http://manpages.ubuntu.com/manpages/trusty/en/man1/episoder.1.html
  2368. [eqn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/eqn.1.html
  2369. [eresi]: http://manpages.ubuntu.com/manpages/precise/en/man1/eresi.1.html
  2370. [errno]: http://manpages.ubuntu.com/manpages/trusty/en/man1/errno.1.html
  2371. [errno.3]: http://man7.org/linux/man-pages/man3/errno.3.html
  2372. [espeak]: http://manpages.ubuntu.com/manpages/trusty/en/man1/espeak.1.html
  2373. [etex]: http://manpages.ubuntu.com/manpages/oneiric/man1/etex.1.html
  2374. [ethtool]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ethtool.8.html
  2375. [etrace]: http://manpages.ubuntu.com/manpages/natty/man1/eresi.1.html
  2376. [ex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ex.1posix.html
  2377. [exfalso]: http://manpages.ubuntu.com/manpages/trusty/man1/exfalso.1.html
  2378. [exif]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exif.1.html
  2379. [exifcom]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exifcom.1.html
  2380. [exifgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exifgrep.1.html
  2381. [exifprobe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exifprobe.1.html
  2382. [exiftags]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exiftags.1.html
  2383. [exiftime]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exiftime.1.html
  2384. [exiftool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exiftool.1p.html
  2385. [exiftran]: http://manpages.ubuntu.com/manpages/trusty/en/man1/exiftran.1.html
  2386. [expand]: http://manpages.ubuntu.com/manpages/trusty/en/man1/expand.1.html
  2387. [expect]: http://manpages.ubuntu.com/manpages/trusty/en/man1/expect.1.html
  2388. [exportfs]: http://manpages.ubuntu.com/manpages/trusty/en/man8/exportfs.8.html
  2389. [expr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/expr.1.html
  2390. [extract]: http://manpages.ubuntu.com/manpages/trusty/en/man1/extract.1.html
  2391. [f2c]: http://manpages.ubuntu.com/manpages/trusty/en/man1/f2c.1.html
  2392. [factor]: http://manpages.ubuntu.com/manpages/trusty/en/man1/factor.1.html
  2393. [fadecut]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fadecut.1.html
  2394. [false]: http://manpages.ubuntu.com/manpages/trusty/en/man1/false.1.html
  2395. [fax]: http://manpages.ubuntu.com/manpages/trusty/man1/mgetty-fax.1.html
  2396. [fax2ps]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fax2ps.1.html
  2397. [faxalter]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxalter.1.html
  2398. [faxcover]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxcover.1.html
  2399. [faxmail]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxmail.1.html
  2400. [faxq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxq.1.html
  2401. [faxrm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxrm.1.html
  2402. [faxrunq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxrunq.1.html
  2403. [faxspool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxspool.1.html
  2404. [faxstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/faxstat.1.html
  2405. [fbgrab]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fbgrab.1.html
  2406. [fbgs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fbgs.1.html
  2407. [fbi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fbi.1.html
  2408. [fc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fc.1.html
  2409. [fdformat]: http://manpages.ubuntu.com/manpages/trusty/en/man8/fdformat.8.html
  2410. [fdisk]: http://manpages.ubuntu.com/manpages/trusty/en/man8/fdisk.8.html
  2411. [fdp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fdp.1.html
  2412. [fdupes]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fdupes.1.html
  2413. [festival]: http://manpages.ubuntu.com/manpages/trusty/en/man1/festival.1.html
  2414. [fetchyahoo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fetchyahoo.1.html
  2415. [ffmpeg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ffmpeg.1.html
  2416. [fg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fg.1posix.html
  2417. [fgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fgrep.1.html
  2418. [fgrope]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fgrope.1fun.html
  2419. [figlet]: http://manpages.ubuntu.com/manpages/precise/en/man6/figlet.6.html
  2420. [file]: http://manpages.ubuntu.com/manpages/trusty/en/man1/file.1.html
  2421. [file-hierarchy]: http://man7.org/linux/man-pages/man7/file-hierarchy.7.html
  2422. [fim]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fim.1.html
  2423. [finch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/finch.1.html
  2424. [find]: http://manpages.ubuntu.com/manpages/trusty/en/man1/find.1.html
  2425. [findimagedupes]: http://manpages.ubuntu.com/manpages/trusty/en/man1/findimagedupes.1p.html
  2426. [finger]: http://manpages.ubuntu.com/manpages/trusty/en/man1/finger.1.html
  2427. [fio]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fio.1.html
  2428. [fish]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fish.1.html
  2429. [fizsh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fizsh.1.html
  2430. [flac]: http://manpages.ubuntu.com/manpages/trusty/man1/flac.1.html
  2431. [flame]: http://manpages.ubuntu.com/manpages/trusty/en/man1/flame.1fun.html
  2432. [flex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/flex.1.html
  2433. [flickrfs]: http://manpages.ubuntu.com/manpages/trusty/man1/flickrfs.1.html
  2434. [flog]: http://manpages.ubuntu.com/manpages/trusty/en/man1/flog.1fun.html
  2435. [fmt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fmt.1.html
  2436. [fold]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fold.1.html
  2437. [foremost]: http://manpages.ubuntu.com/manpages/hardy/man1/foremost.1.html
  2438. [fort77]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fort77.1.html
  2439. [fortune]: http://manpages.ubuntu.com/manpages/trusty/en/man6/fortune.6.html
  2440. [free]: http://manpages.ubuntu.com/manpages/trusty/en/man1/free.1.html
  2441. [freecell]: http://manpages.ubuntu.com/manpages/lucid/en/man6/freecell.6.html
  2442. [freetalk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/freetalk.1.html
  2443. [fsck]: http://manpages.ubuntu.com/manpages/trusty/en/man8/fsck.8.html
  2444. [fsniper]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fsniper.1.html
  2445. [ftff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ftff.1.html
  2446. [ftp]: http://man.cx/ftp
  2447. [fuser]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fuser.1.html
  2448. [fusermount]: http://manpages.ubuntu.com/manpages/trusty/en/man1/fusermount.1.html
  2449. [gammu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gammu.1.html
  2450. [gawk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gawk.1.html
  2451. [gcal]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gcal.1.html
  2452. [gcalcli]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gcalcli.1.html
  2453. [gcc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gcc.1.html
  2454. [gdb]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gdb.1.html
  2455. [gem]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gem.1.html
  2456. [gencat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gencat.1.html
  2457. [genisoimage]: http://manpages.ubuntu.com/manpages/trusty/en/man1/genisoimage.1.html
  2458. [get_flash_videos]: http://manpages.ubuntu.com/manpages/precise/man1/get_flash_videos.1p.html
  2459. [getconf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/getconf.1.html
  2460. [getfacl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/getfacl.1.html
  2461. [getfattr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/getfattr.1.html
  2462. [getopt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/getopt.1.html
  2463. [ghc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ghc.1.html
  2464. [ghci]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ghci.1.html
  2465. [gifsicle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gifsicle.1.html
  2466. [git]: http://manpages.ubuntu.com/manpages/trusty/en/man1/git.1.html
  2467. [git-sh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/git-sh.1.html
  2468. [gitfm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gitfm.1.html
  2469. [gitps]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gitps.1.html
  2470. [gittutorial]: http://manpages.ubuntu.com/manpages/trusty/en/man7/gittutorial.7.html
  2471. [gitunpack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gitunpack.1.html
  2472. [gitview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gitview.1.html
  2473. [gitwipe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gitwipe.1.html
  2474. [gle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gle.1.html
  2475. [gnuhtml2latex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gnuhtml2latex.1.html
  2476. [gnuplot]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gnuplot.1.html
  2477. [gocr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gocr.1.html
  2478. [goldendict]: http://manpages.ubuntu.com/manpages/trusty/en/man1/goldendict.1.html
  2479. [gong]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gong.1fun.html
  2480. [google]: http://manpages.ubuntu.com/manpages/trusty/en/man1/google.1.html
  2481. [gopher]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gopher.1.html
  2482. [gpg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gpg.1.html
  2483. [gpgv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gpgv.1.html
  2484. [gphotofs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gphotofs.1.html
  2485. [gprof]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gprof.1.html
  2486. [gramofile]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gramofile.1.html
  2487. [greed]: http://manpages.ubuntu.com/manpages/trusty/en/man6/greed.6.html
  2488. [grep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/grep.1.html
  2489. [gringotts]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gringotts.1.html
  2490. [groff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/groff.1.html
  2491. [grope]: http://manpages.ubuntu.com/manpages/trusty/en/man1/grope.1fun.html
  2492. [groupadd]: http://manpages.ubuntu.com/manpages/trusty/en/man8/groupadd.8.html
  2493. [groupdel]: http://manpages.ubuntu.com/manpages/trusty/en/man8/groupdel.8.html
  2494. [groupmod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/groupmod.8.html
  2495. [groups]: http://manpages.ubuntu.com/manpages/trusty/en/man1/groups.1.html
  2496. [growisofs]: http://manpages.ubuntu.com/manpages/precise/man1/growisofs.1.html
  2497. [grub]: http://manpages.ubuntu.com/manpages/trusty/en/man8/grub.8.html
  2498. [gs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gs.1.html
  2499. [gtypist]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gtypist.1.html
  2500. [gunzip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gunzip.1.html
  2501. [guru]: http://manpages.ubuntu.com/manpages/trusty/en/man8/guru.8fun.html
  2502. [gv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gv.1.html
  2503. [gzexe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gzexe.1.html
  2504. [gzip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/gzip.1.html
  2505. [halt]: http://manpages.ubuntu.com/manpages/trusty/en/man8/halt.8.html
  2506. [hangman]: http://manpages.ubuntu.com/manpages/trusty/en/man6/hangman.6.html
  2507. [hdparm]: http://manpages.ubuntu.com/manpages/trusty/en/man8/hdparm.8.html
  2508. [head]: http://manpages.ubuntu.com/manpages/trusty/en/man1/head.1.html
  2509. [help]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2510. [herrie]: http://manpages.ubuntu.com/manpages/lucid/en/man1/herrie.1.html
  2511. [hexdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hexdiff.1.html
  2512. [hexdump]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hexdump.1.html
  2513. [hg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hg.1.html
  2514. [hier]: http://manpages.ubuntu.com/manpages/trusty/en/man7/hier.7.html
  2515. [hnb]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hnb.1.html
  2516. [host]: http://manpages.ubuntu.com/manpages/trusty/en/man1/host.1.html
  2517. [hostid]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hostid.1.html
  2518. [hostname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/hostname.1.html
  2519. [hping3]: http://manpages.ubuntu.com/manpages/trusty/en/man8/hping3.8.html
  2520. [hpodder]: http://manpages.ubuntu.com/manpages/raring/en/man1/hpodder.1.html
  2521. [html2markdown]: http://manpages.ubuntu.com/manpages/hardy/man1/html2markdown.1.html
  2522. [html2text]: http://manpages.ubuntu.com/manpages/hardy/man1/html2text.1.html
  2523. [htop]: http://manpages.ubuntu.com/manpages/trusty/en/man1/htop.1.html
  2524. [httrack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/httrack.1.html
  2525. [hunt]: http://manpages.ubuntu.com/manpages/trusty/en/man6/hunt.6.html
  2526. [hwinfo]: http://manpages.ubuntu.com/manpages/raring/en/man8/hwinfo.8.html
  2527. [iconv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/iconv.1.html
  2528. [id]: http://manpages.ubuntu.com/manpages/trusty/en/man1/id.1.html
  2529. [id3]: http://manpages.ubuntu.com/manpages/trusty/en/man1/id3.1.html
  2530. [id3ed]: http://manpages.ubuntu.com/manpages/hardy/man1/id3ed.1.html
  2531. [id3tool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/id3tool.1.html
  2532. [id3v2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/id3v2.1.html
  2533. [ident]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ident.1.html
  2534. [ifconfig]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ifconfig.8.html
  2535. [ifdown]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ifdown.8.html
  2536. [ifetch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ifetch.1.html
  2537. [ifstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ifstat.1.html
  2538. [iftop]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iftop.8.html
  2539. [ifup]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ifup.8.html
  2540. [ii]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ii.1.html
  2541. [imdb]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb.1.html
  2542. [imdb-fxd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-fxd.1.html
  2543. [imdb-get]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-get.1.html
  2544. [imdb-get]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-get.1.html
  2545. [imdb-link]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-link.1.html
  2546. [imdb-rename]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-rename.1.html
  2547. [imdb-update-cache]: http://manpages.ubuntu.com/manpages/trusty/en/man1/imdb-update-cache.1.html
  2548. [img2txt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/img2txt.1.html
  2549. [import]: http://manpages.ubuntu.com/manpages/trusty/en/man1/import.1.html
  2550. [indent]: http://manpages.ubuntu.com/manpages/trusty/en/man1/indent.1.html
  2551. [info]: http://manpages.ubuntu.com/manpages/trusty/en/man1/info.1.html
  2552. [infocmp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/infocmp.1.html
  2553. [infotocap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/infotocap.1.html
  2554. [initctl]: http://manpages.ubuntu.com/manpages/trusty/en/man8/initctl.8.html
  2555. [ink]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ink.1.html
  2556. [inkscape]: http://manpages.ubuntu.com/manpages/trusty/en/man1/inkscape.1.html
  2557. [inotifywait]: http://manpages.ubuntu.com/manpages/trusty/en/man1/inotifywait.1.html
  2558. [inotifywatch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/inotifywatch.1.html
  2559. [insmod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/insmod.8.html
  2560. [install]: http://manpages.ubuntu.com/manpages/trusty/en/man1/install.1.html
  2561. [intro.1]: http://manpages.ubuntu.com/manpages/trusty/en/man1/intro.1.html
  2562. [intro.2]: http://manpages.ubuntu.com/manpages/trusty/en/man2/intro.2.html
  2563. [intro.3]: http://manpages.ubuntu.com/manpages/trusty/en/man3/intro.3.html
  2564. [intro.4]: http://manpages.ubuntu.com/manpages/trusty/en/man4/intro.4.html
  2565. [intro.5]: http://manpages.ubuntu.com/manpages/trusty/en/man5/intro.5.html
  2566. [intro.6]: http://manpages.ubuntu.com/manpages/trusty/en/man6/intro.6.html
  2567. [intro.7]: http://manpages.ubuntu.com/manpages/trusty/en/man7/intro.7.html
  2568. [intro.8]: http://manpages.ubuntu.com/manpages/trusty/en/man8/intro.8.html
  2569. [ionice]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ionice.1.html
  2570. [iostat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/iostat.1.html
  2571. [iotop]: http://manpages.ubuntu.com/manpages/precise/en/man1/iotop.1.html
  2572. [ip]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ip.8.html
  2573. [ip-tunnel]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ip-tunnel.8.html
  2574. [ip6tables]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ip6tables.8.html
  2575. [ip6tables-restore]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ip6tables-restore.8.html
  2576. [ip6tables-save]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ip6tables-save.8.html
  2577. [ipcalc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ipcalc.1.html
  2578. [ipchains]: http://man.cx/ipchains
  2579. [ipcrm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ipcrm.1.html
  2580. [ipcs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ipcs.1.html
  2581. [iperf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/iperf.1.html
  2582. [iptables]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iptables.8.html
  2583. [iptables-restore]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iptables-restore.8.html
  2584. [iptables-save]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iptables-save.8.html
  2585. [iptraf]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iptraf.8.html
  2586. [ipv6calc]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ipv6calc.8.html
  2587. [irb]: http://manpages.ubuntu.com/manpages/trusty/en/man1/irb.1.html
  2588. [irssi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/irssi.1.html
  2589. [isadump]: http://manpages.ubuntu.com/manpages/trusty/en/man8/isadump.8.html
  2590. [ispell]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ispell.1.html
  2591. [iw]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iw.8.html
  2592. [iwconfig]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iwconfig.8.html
  2593. [iwlist]: http://manpages.ubuntu.com/manpages/trusty/en/man8/iwlist.8.html
  2594. [jack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jack.1.html
  2595. [jardiff]: http://manpages.ubuntu.com/manpages/lucid/man1/jardiff.1.html
  2596. [java]: http://man.cx/java
  2597. [javac]: http://man.cx/javac
  2598. [javadoc]: http://man.cx/javadoc
  2599. [jed]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jed.1.html
  2600. [jhead]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jhead.1.html
  2601. [jnettop]: http://manpages.ubuntu.com/manpages/trusty/man8/jnettop.8.html
  2602. [jobs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jobs.1posix.html
  2603. [jodconverter]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jodconverter.1.html
  2604. [join]: http://manpages.ubuntu.com/manpages/trusty/en/man1/join.1.html
  2605. [jot]: http://manpages.ubuntu.com/manpages/trusty/man1/athena-jot.1.html
  2606. [journalctl]: http://www.freedesktop.org/software/systemd/man/journalctl.html
  2607. [jp2a]: http://manpages.ubuntu.com/manpages/precise/man1/jp2a.1.html
  2608. [jpegtran]: http://manpages.ubuntu.com/manpages/lucid/man1/jpegtran.1.html
  2609. [jq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/jq.1.html
  2610. [js_beautify]: http://manpages.ubuntu.com/manpages/trusty/en/man1/js_beautify.1p.html
  2611. [kdialog]: http://manpages.ubuntu.com/manpages/hardy/man1/kdialog.1.html
  2612. [kibitz]: http://manpages.ubuntu.com/manpages/trusty/en/man1/kibitz.1.html
  2613. [kill]: http://manpages.ubuntu.com/manpages/trusty/en/man1/kill.1.html
  2614. [killall]: http://manpages.ubuntu.com/manpages/trusty/en/man1/killall.1.html
  2615. [kismet]: http://manpages.ubuntu.com/manpages/trusty/en/man1/kismet.1.html
  2616. [knife]: http://manpages.ubuntu.com/manpages/trusty/en/man8/knife.8fun.html
  2617. [konqueror]: http://manpages.ubuntu.com/manpages/trusty/en/man1/konqueror.1.html
  2618. [ksh]: http://manpages.ubuntu.com/manpages/lucid/man1/ksh93.1.html
  2619. [ktap]: http://www.ktap.org/doc/tutorial.html
  2620. [lame]: http://manpages.ubuntu.com/manpages/trusty/man1/lame.1.html
  2621. [lart]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lart.1fun.html
  2622. [last]: http://manpages.ubuntu.com/manpages/trusty/en/man1/last.1.html
  2623. [lastb]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lastb.1.html
  2624. [lastcomm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lastcomm.1.html
  2625. [lastlog]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lastlog.8.html
  2626. [latex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/latex.1.html
  2627. [latexdiff]: http://manpages.ubuntu.com/manpages/trusty/man1/latexdiff.1.html
  2628. [latexmk]: http://manpages.ubuntu.com/manpages/trusty/man1/latexmk.1L.html
  2629. [ld]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ld.1.html
  2630. [ld.so]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ld.so.8.html
  2631. [ldconfig]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ldconfig.8.html
  2632. [ldd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ldd.1.html
  2633. [LDP]: http://manpages.ubuntu.com/manpages/trusty/en/man7/LDP.7.html
  2634. [ledger]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ledger.1.html
  2635. [less]: http://manpages.ubuntu.com/manpages/trusty/en/man1/less.1.html
  2636. [lex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lex.1.html
  2637. [lftp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lftp.1.html
  2638. [libc]: http://manpages.ubuntu.com/manpages/trusty/en/man7/libc.7.html
  2639. [lilo]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lilo.8.html
  2640. [link]: http://manpages.ubuntu.com/manpages/trusty/en/man1/link.1.html
  2641. [links]: http://manpages.ubuntu.com/manpages/trusty/en/man1/links.1.html
  2642. [links2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/links2.1.html
  2643. [lldpad]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lldpad.8.html
  2644. [lldptool]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lldptool.8.html
  2645. [llines]: http://manpages.ubuntu.com/manpages/hardy/man1/llines.1.html
  2646. [llttng]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lttng.1.html
  2647. [lmbench]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lmbench.8.html
  2648. [ln]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ln.1.html
  2649. [loadkeys]: http://manpages.ubuntu.com/manpages/trusty/en/man1/loadkeys.1.html
  2650. [locale]: http://manpages.ubuntu.com/manpages/trusty/en/man1/locale.1.html
  2651. [locale]: http://manpages.ubuntu.com/manpages/trusty/en/man7/locale.7.html
  2652. [localedef]: http://manpages.ubuntu.com/manpages/trusty/en/man1/localedef.1.html
  2653. [locate]: http://manpages.ubuntu.com/manpages/trusty/man1/mlocate.1.html
  2654. [logger]: http://manpages.ubuntu.com/manpages/trusty/en/man1/logger.1.html
  2655. [loginctl]: http://www.freedesktop.org/software/systemd/man/loginctl.html
  2656. [logname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/logname.1.html
  2657. [look]: http://manpages.ubuntu.com/manpages/trusty/en/man1/look.1.html
  2658. [lp]: http://man.cx/lp
  2659. [lpadmin]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lpadmin.8.html
  2660. [lpc]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lpc.8.html
  2661. [lpmove]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lpmove.8.html
  2662. [lpoptions]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lpoptions.1.html
  2663. [lpq]: http://man.cx/lpq
  2664. [lpr]: http://man.cx/lpr
  2665. [lprm]: http://man.cx/lprm
  2666. [lpstat]: http://man.cx/lpstat
  2667. [ls]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ls.1.html
  2668. [lsattr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lsattr.1.html
  2669. [lsb_release]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lsb_release.1.html
  2670. [lsblk]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lsblk.8.html
  2671. [lsdev]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lsdev.8.html
  2672. [lshal]: http://manpages.ubuntu.com/manpages/raring/en/man1/lshal.1.html
  2673. [lshw]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lshw.1.html
  2674. [lslk]: http://manpages.ubuntu.com/manpages/lucid/en/man8/lslk.8.html
  2675. [lsmod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lsmod.8.html
  2676. [lsof]: http://manpages.ubuntu.com/manpages/trusty/man8/lsof.8.html
  2677. [lspci]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lspci.8.html
  2678. [lsusb]: http://manpages.ubuntu.com/manpages/trusty/en/man8/lsusb.8.html
  2679. [ltrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ltrace.1.html
  2680. [lua]: http://manpages.ubuntu.com/manpages/hardy/man1/lua5.1.1.html
  2681. [luac]: http://manpages.ubuntu.com/manpages/hardy/man1/luac5.1.1.html
  2682. [luadoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/luadoc.1.html
  2683. [luarocks]: http://manpages.ubuntu.com/manpages/trusty/en/man1/luarocks.1.html
  2684. [luser]: http://manpages.ubuntu.com/manpages/trusty/en/man8/luser.8fun.html
  2685. [lxsplit]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lxsplit.1.html
  2686. [lynx]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lynx.1.html
  2687. [lz]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lz.1.html
  2688. [lzip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/lzip.1.html
  2689. [lzma]: http://manpages.ubuntu.com/manpages/precise/en/man1/lzma.1.html
  2690. [lzma2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xz.1.html
  2691. [m4]: http://manpages.ubuntu.com/manpages/trusty/en/man1/m4.1.html
  2692. [madplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/madplay.1.html
  2693. [mail]: http://manpages.ubuntu.com/manpages/lucid/en/man1/mail.1.html
  2694. [mailx]: http://manpages.ubuntu.com/manpages/precise/man1/heirloom-mailx.1.html
  2695. [make]: http://manpages.ubuntu.com/manpages/trusty/en/man1/make.1.html
  2696. [makepasswd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/makepasswd.1.html
  2697. [man]: http://manpages.ubuntu.com/manpages/trusty/en/man1/man.1.html
  2698. [man-pages]: http://manpages.ubuntu.com/manpages/trusty/en/man7/man-pages.7.html
  2699. [markdown]: http://manpages.ubuntu.com/manpages/trusty/en/man1/markdown.1.html
  2700. [mathomatic]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mathomatic.1.html
  2701. [mawk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mawk.1.html
  2702. [maxima]: http://manpages.ubuntu.com/manpages/trusty/en/man1/maxima.1.html
  2703. [mc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mc.1.html
  2704. [mcabber]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mcabber.1.html
  2705. [mcdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mcdiff.1.html
  2706. [mcdp]: http://manpages.ubuntu.com/manpages/raring/en/man1/mcdp.1.html
  2707. [mcedit]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mcedit.1.html
  2708. [mcview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mcview.1.html
  2709. [md5pass]: http://manpages.ubuntu.com/manpages/trusty/en/man1/md5pass.1.html
  2710. [md5sum]: http://manpages.ubuntu.com/manpages/trusty/en/man1/md5sum.1.html
  2711. [mencoder]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mencoder.1.html
  2712. [merge]: http://manpages.ubuntu.com/manpages/trusty/en/man1/merge.1.html
  2713. [mesg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mesg.1.html
  2714. [mf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mf.1.html
  2715. [mgetty]: http://manpages.ubuntu.com/manpages/trusty/en/man8/mgetty.8.html
  2716. [midi2abc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/midi2abc.1.html
  2717. [mii-tool]: http://manpages.ubuntu.com/manpages/trusty/en/man8/mii-tool.8.html
  2718. [mikmod]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mikmod.1.html
  2719. [mille]: http://manpages.ubuntu.com/manpages/trusty/en/man6/mille.6.html
  2720. [mimeopen]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mimeopen.1p.html
  2721. [mimetype]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mimetype.1p.html
  2722. [minicom]: http://manpages.ubuntu.com/manpages/trusty/en/man1/minicom.1.html
  2723. [missing]: http://manpages.ubuntu.com/manpages/trusty/en/man7/missing.7.html
  2724. [mkdir]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mkdir.1.html
  2725. [mkfifo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mkfifo.1.html
  2726. [mkfs]: http://manpages.ubuntu.com/manpages/trusty/en/man8/mkfs.8.html
  2727. [mkisofs]: http://man.cx/mkisofs
  2728. [mknod]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mknod.1.html
  2729. [mksh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mksh.1.html
  2730. [mktemp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mktemp.1.html
  2731. [mktorrent]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mktorrent.1.html
  2732. [mmv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mmv.1.html
  2733. [mocp]: http://manpages.ubuntu.com/manpages/trusty/man1/mocp.1.html
  2734. [modconf]: http://manpages.ubuntu.com/manpages/natty/man8/modconf.8.html
  2735. [modinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man8/modinfo.8.html
  2736. [modprobe]: http://manpages.ubuntu.com/manpages/trusty/en/man8/modprobe.8.html
  2737. [mogrify]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mogrify.1.html
  2738. [monop]: http://manpages.ubuntu.com/manpages/trusty/en/man6/monop.6.html
  2739. [moon-buggy]: http://manpages.ubuntu.com/manpages/trusty/en/man6/moon-buggy.6.html
  2740. [moosic]: http://manpages.ubuntu.com/manpages/trusty/en/man1/moosic.1.html
  2741. [more]: http://manpages.ubuntu.com/manpages/trusty/en/man1/more.1.html
  2742. [most]: http://manpages.ubuntu.com/manpages/trusty/en/man1/most.1.html
  2743. [mount]: http://manpages.ubuntu.com/manpages/trusty/en/man8/mount.8.html
  2744. [mp3blaster]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mp3blaster.1.html
  2745. [mp3burn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mp3burn.1.html
  2746. [mpc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mpc.1.html
  2747. [mpc123]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mpc123.1.html
  2748. [mpg123]: http://manpages.ubuntu.com/manpages/trusty/man1/mpg123.bin.1.html
  2749. [mpg321]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mpg321.1.html
  2750. [mpgtx]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mpgtx.1.html
  2751. [mplayer]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mplayer.1.html
  2752. [mplex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mplex.1.html
  2753. [mpstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mpstat.1.html
  2754. [msmtp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/msmtp.1.html
  2755. [mt]: http://manpages.ubuntu.com/manpages/trusty/man1/mt-st.1.html
  2756. [mtools]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mtools.1.html
  2757. [mtr]: http://manpages.ubuntu.com/manpages/trusty/en/man8/mtr.8.html
  2758. [mtrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mtrace.1.html
  2759. [mulk]: http://mulk.sourceforge.net/
  2760. [multitail]: http://manpages.ubuntu.com/manpages/trusty/en/man1/multitail.1.html
  2761. [mussort]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mussort.1.html
  2762. [mutool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mutool.1.html
  2763. [mutt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mutt.1.html
  2764. [mv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mv.1.html
  2765. [mybashburn]: http://manpages.ubuntu.com/manpages/precise/en/man1/mybashburn.1.html
  2766. [mysql]: http://manpages.ubuntu.com/manpages/trusty/en/man1/mysql.1.html
  2767. [nano]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nano.1.html
  2768. [nasm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nasm.1.html
  2769. [nc]: http://manpages.ubuntu.com/manpages/lucid/en/man1/nc_traditional.1.html
  2770. [ncat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ncat.1.html
  2771. [ncdu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ncdu.1.html
  2772. [ncftp]: http://man.cx/ncftp
  2773. [ncftpget]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ncftpget.1.html
  2774. [ncftpput]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ncftpput.1.html
  2775. [ncmpc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ncmpc.1.html
  2776. [ndiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ndiff.1.html
  2777. [neato]: http://manpages.ubuntu.com/manpages/trusty/en/man1/neato.1.html
  2778. [neqn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/neqn.1.html
  2779. [nethack]: http://manpages.ubuntu.com/manpages/trusty/en/man6/nethack.6.html
  2780. [nethogs]: http://manpages.ubuntu.com/manpages/trusty/en/man8/nethogs.8.html
  2781. [netrik]: http://manpages.ubuntu.com/manpages/trusty/en/man1/netrik.1.html
  2782. [netstat]: http://manpages.ubuntu.com/manpages/trusty/en/man8/netstat.8.html
  2783. [newgrp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/newgrp.1.html
  2784. [newsbeuter]: http://manpages.ubuntu.com/manpages/trusty/en/man1/newsbeuter.1.html
  2785. [newusers]: http://manpages.ubuntu.com/manpages/trusty/en/man8/newusers.8.html
  2786. [nfsiostat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nfsiostat.1.html
  2787. [nfsstat]: http://manpages.ubuntu.com/manpages/trusty/en/man8/nfsstat.8.html
  2788. [ngrep]: http://manpages.ubuntu.com/manpages/trusty/man8/ngrep.8.html
  2789. [nice]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nice.1.html
  2790. [nicstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nicstat.1.html
  2791. [ninvaders]: http://manpages.ubuntu.com/manpages/trusty/en/man6/ninvaders.6.html
  2792. [nisdomainname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nisdomainname.1.html
  2793. [nl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nl.1.html
  2794. [nm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nm.1.html
  2795. [nm-tool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nm-tool.1.html
  2796. [nmap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nmap.1.html
  2797. [nmon]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nmon.1.html
  2798. [nn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nn.1.html
  2799. [node]: http://manpages.ubuntu.com/manpages/trusty/en/man1/node.1.html
  2800. [nohup]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nohup.1.html
  2801. [normality]: http://manpages.ubuntu.com/manpages/trusty/en/man5/normality.5fun.html
  2802. [normalize-audio]: http://manpages.ubuntu.com/manpages/precise/man1/normalize-audio.1.html
  2803. [notify-send]: http://manpages.ubuntu.com/manpages/trusty/en/man1/notify-send.1.html
  2804. [notmuch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/notmuch.1.html
  2805. [nping]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nping.1.html
  2806. [nproc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nproc.1.html
  2807. [nroff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nroff.1.html
  2808. [nrss]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nrss.1.html
  2809. [nslookup]: http://manpages.ubuntu.com/manpages/trusty/en/man1/nslookup.1.html
  2810. [ntop]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ntop.8.html
  2811. [ntptrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ntptrace.1.html
  2812. [nuke]: http://manpages.ubuntu.com/manpages/trusty/en/man8/nuke.8fun.html
  2813. [nuttcp]: http://manpages.ubuntu.com/manpages/precise/man8/nuttcp.8.html
  2814. [o3read]: http://manpages.ubuntu.com/manpages/hardy/man1/o3read.1.html
  2815. [o3tohtml]: http://manpages.ubuntu.com/manpages/hardy/man1/o3tohtml.1.html
  2816. [o3totxt]: http://manpages.ubuntu.com/manpages/hardy/man1/o3totxt.1.html
  2817. [objcopy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/objcopy.1.html
  2818. [objdump]: http://manpages.ubuntu.com/manpages/trusty/en/man1/objdump.1.html
  2819. [ocp]: http://manpages.ubuntu.com/manpages/trusty/man1/ocp.1.html
  2820. [octave]: http://manpages.ubuntu.com/manpages/trusty/en/man1/octave.1.html
  2821. [od]: http://manpages.ubuntu.com/manpages/trusty/en/man1/od.1.html
  2822. [odt2txt]: http://manpages.ubuntu.com/manpages/trusty/man1/odt2txt.odt2txt.1.html
  2823. [ogg123]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ogg123.1.html
  2824. [oggenc]: http://manpages.ubuntu.com/manpages/trusty/man1/oggenc.1.html
  2825. [oleo]: http://manpages.ubuntu.com/manpages/hardy/man1/oleo.1.html
  2826. [olive]: http://manpages.ubuntu.com/manpages/trusty/en/man1/olive.1.html
  2827. [op]: http://manpages.ubuntu.com/manpages/lucid/en/man1/op.1.html
  2828. [openvt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/open.1.html
  2829. [optipng]: http://manpages.ubuntu.com/manpages/trusty/en/man1/optipng.1.html
  2830. [orpheus]: http://manpages.ubuntu.com/manpages/lucid/en/man1/orpheus.1.html
  2831. [overkill]: http://manpages.ubuntu.com/manpages/precise/en/man6/overkill.6.html
  2832. [p0f]: http://manpages.ubuntu.com/manpages/trusty/en/man1/p0f.1.html
  2833. [pacman]: https://www.archlinux.org/pacman/pacman.8.html
  2834. [pal]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pal.1.html
  2835. [pandoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pandoc.1.html
  2836. [par]: http://manpages.ubuntu.com/manpages/trusty/en/man1/par.1.html
  2837. [par2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/par2.1.html
  2838. [parallel]: http://manpages.ubuntu.com/manpages/trusty/en/man1/parallel.1.html
  2839. [parted]: http://manpages.ubuntu.com/manpages/trusty/en/man8/parted.8.html
  2840. [party]: http://manpages.ubuntu.com/manpages/trusty/en/man1/party.1fun.html
  2841. [passwd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/passwd.1.html
  2842. [paste]: http://manpages.ubuntu.com/manpages/trusty/en/man1/paste.1.html
  2843. [patch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/patch.1.html
  2844. [patchwork]: http://manpages.ubuntu.com/manpages/trusty/en/man1/patchwork.1.html
  2845. [pathchk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pathchk.1.html
  2846. [pax]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pax.1.html
  2847. [pbzip2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pbzip2.1.html
  2848. [pcal]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pcal.1.html
  2849. [pcapdump]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pcapdump.1.html
  2850. [pcapip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pcapip.1.html
  2851. [pcappick]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pcappick.1.html
  2852. [pcapuc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pcapuc.1.html
  2853. [pchar]: http://manpages.ubuntu.com/manpages/trusty/en/man8/pchar.8.html
  2854. [pcrepattern]: http://manpages.ubuntu.com/manpages/lucid/en/man3/pcrepattern.3.html
  2855. [pcresyntax]: http://manpages.ubuntu.com/manpages/trusty/en/man3/pcresyntax.3.html
  2856. [pdffonts]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdffonts.1.html
  2857. [pdfimages]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdfimages.1.html
  2858. [pdfinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdfinfo.1.html
  2859. [pdfseparate]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdfseparate.1.html
  2860. [pdftex]: http://manpages.ubuntu.com/manpages/oneiric/man1/pdftex.1.html
  2861. [pdftocairo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdftocairo.1.html
  2862. [pdftohtml]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdftohtml.1.html
  2863. [pdftoppm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdftoppm.1.html
  2864. [pdftops]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdftops.1.html
  2865. [pdftotext]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdftotext.1.html
  2866. [pdfunite]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdfunite.1.html
  2867. [pdksh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pdksh.1.html
  2868. [people]: http://manpages.ubuntu.com/manpages/trusty/en/man2/people.2fun.html
  2869. [perf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perf.1.html
  2870. [perf-list]: http://manpages.ubuntu.com/manpages/lucid/man1/perf-stat.1.html
  2871. [perf-stat]: http://manpages.ubuntu.com/manpages/natty/man1/perf-list.1.html
  2872. [perf-top]: http://manpages.ubuntu.com/manpages/lucid/man1/perf-top.1.html
  2873. [perl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perl.1.html
  2874. [perlbug]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perlbug.1.html
  2875. [perlcheat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perlcheat.1.html
  2876. [perlcritic]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perlcritic.1p.html
  2877. [perldoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perldoc.1.html
  2878. [perlintro]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perlintro.1.html
  2879. [perltidy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/perltidy.1p.html
  2880. [pg]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pg.1.html
  2881. [pgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pgrep.1.html
  2882. [phantasia]: http://manpages.ubuntu.com/manpages/trusty/en/man6/phantasia.6.html
  2883. [photorec]: http://manpages.ubuntu.com/manpages/precise/en/man1/photorec.1.html
  2884. [php]: http://manpages.ubuntu.com/manpages/lucid/man1/php5.1.html
  2885. [pico]: http://manpages.ubuntu.com/manpages/lucid/en/man1/pico.1.html
  2886. [pidof]: http://manpages.ubuntu.com/manpages/trusty/en/man8/pidof.8.html
  2887. [pidstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pidstat.1.html
  2888. [ping]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ping.8.html
  2889. [pkill]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pkill.1.html
  2890. [pktstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pktstat.1.html
  2891. [play]: http://manpages.ubuntu.com/manpages/trusty/en/man1/play.1.html
  2892. [playmidi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/playmidi.1.html
  2893. [pmap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pmap.1.html
  2894. [pmidi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pmidi.1.html
  2895. [pmsd]: http://manpages.ubuntu.com/manpages/trusty/en/man8/pmsd.8fun.html
  2896. [pngcrush]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pngcrush.1.html
  2897. [pnpdump]: http://man.cx/pnpdump
  2898. [podget]: http://manpages.ubuntu.com/manpages/trusty/en/man7/podget.7.html
  2899. [podracer]: http://manpages.ubuntu.com/manpages/trusty/en/man1/podracer.1.html
  2900. [popd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2901. [pork]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pork.1.html
  2902. [posixoptions]: http://manpages.ubuntu.com/manpages/trusty/en/man7/posixoptions.7.html
  2903. [potrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/potrace.1.html
  2904. [povray]: http://manpages.ubuntu.com/manpages/precise/en/man1/povray.1.html
  2905. [poweroff]: http://manpages.ubuntu.com/manpages/trusty/en/man8/poweroff.8.html
  2906. [powertop]: http://manpages.ubuntu.com/manpages/lucid/en/man1/powertop.1.html
  2907. [ppthtml]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ppthtml.1.html
  2908. [pr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pr.1.html
  2909. [prename]: http://manpages.ubuntu.com/manpages/trusty/en/man1/prename.1.html
  2910. [primes]: http://manpages.ubuntu.com/manpages/trusty/en/man1/primes.1.html
  2911. [primes.6]: http://manpages.ubuntu.com/manpages/trusty/en/man6/primes.6.html
  2912. [printenv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/printenv.1.html
  2913. [printf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/printf.1.html
  2914. [procinfo]: http://manpages.ubuntu.com/manpages/trusty/man8/procinfo.8.html
  2915. [prtstat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/prtstat.1.html
  2916. [ps]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ps.1.html
  2917. [ps2ascii]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ps2ascii.1.html
  2918. [ps2pdf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ps2pdf.1.html
  2919. [psed]: http://manpages.ubuntu.com/manpages/trusty/en/man1/psed.1.html
  2920. [psql]: http://manpages.ubuntu.com/manpages/trusty/en/man1/psql.1.html
  2921. [psselect]: http://manpages.ubuntu.com/manpages/trusty/en/man1/psselect.1.html
  2922. [pstack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pstack.1.html
  2923. [pstree]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pstree.1.html
  2924. [ptunnel]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ptunnel.8.html
  2925. [pushd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html
  2926. [pv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pv.1.html
  2927. [pwd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pwd.1.html
  2928. [pwgen]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pwgen.1.html
  2929. [pwsafe]: http://manpages.ubuntu.com/manpages/lucid/en/man1/pwsafe.1.html
  2930. [pxz]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pxz.1.html
  2931. [pychecker]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pychecker.1.html
  2932. [pycompile]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pycompile.1.html
  2933. [pydf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pydf.1.html
  2934. [pydoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pydoc.1.html
  2935. [python]: http://manpages.ubuntu.com/manpages/trusty/en/man1/python.1.html
  2936. [pytone]: http://manpages.ubuntu.com/manpages/trusty/en/man1/pytone.1.html
  2937. [pytris]: http://manpages.ubuntu.com/manpages/lucid/en/man6/pytris.6.html
  2938. [qalc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qalc.1.html
  2939. [qdbus]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qdbus.1.html
  2940. [qmp3check]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qmp3check.1.html
  2941. [qmp3cut]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qmp3cut.1.html
  2942. [qmp3info]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qmp3info.1.html
  2943. [qmp3join]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qmp3join.1.html
  2944. [qmp3report]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qmp3report.1.html
  2945. [quelcom]: http://manpages.ubuntu.com/manpages/trusty/en/man1/quelcom.1.html
  2946. [quiz]: http://manpages.ubuntu.com/manpages/trusty/en/man6/quiz.6.html
  2947. [quota]: http://manpages.ubuntu.com/manpages/trusty/en/man8/quota.8.html
  2948. [quotacheck]: http://manpages.ubuntu.com/manpages/trusty/en/man8/quotacheck.8.html
  2949. [quotaoff]: http://manpages.ubuntu.com/manpages/trusty/en/man8/quotaoff.8.html
  2950. [quotaon]: http://manpages.ubuntu.com/manpages/trusty/en/man8/quotaon.8.html
  2951. [quvi]: http://manpages.ubuntu.com/manpages/trusty/man1/quvi.1.html
  2952. [qwavcut]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavcut.1.html
  2953. [qwavfade]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavfade.1.html
  2954. [qwavheaderdump]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavheaderdump.1.html
  2955. [qwavinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavinfo.1.html
  2956. [qwavjoin]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavjoin.1.html
  2957. [qwavsilence]: http://manpages.ubuntu.com/manpages/trusty/en/man1/qwavsilence.1.html
  2958. [R]: http://manpages.ubuntu.com/manpages/trusty/en/man1/R.1.html
  2959. [r2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/r2.1.html
  2960. [rabin2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rabin2.1.html
  2961. [radiff2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/radiff2.1.html
  2962. [rafind2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rafind2.1.html
  2963. [raggle]: http://manpages.ubuntu.com/manpages/hardy/man1/raggle.1.html
  2964. [rahash2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rahash2.1.html
  2965. [rain]: http://manpages.ubuntu.com/manpages/trusty/en/man6/rain.6.html
  2966. [ranger]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ranger.1.html
  2967. [rar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rar.1.html
  2968. [rarp]: http://manpages.ubuntu.com/manpages/trusty/en/man8/rarp.8.html
  2969. [rarun2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rarun2.1.html
  2970. [rasm2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rasm2.1.html
  2971. [rasterizer]: http://manpages.ubuntu.com/manpages/trusty/man1/rasterizer.1.html
  2972. [rawdog]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rawdog.1.html
  2973. [rax2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rax2.1.html
  2974. [rc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rc.1.html
  2975. [rcp]: http://manpages.ubuntu.com/manpages/trusty/man1/netkit-rcp.1.html
  2976. [rcs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rcs.1.html
  2977. [rdist]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rdist.1.html
  2978. [rdjpgcom]: http://manpages.ubuntu.com/manpages/lucid/man1/rdjpgcom.1.html
  2979. [rdup]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rdup.1.html
  2980. [readelf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/readelf.1.html
  2981. [readline]: http://manpages.ubuntu.com/manpages/trusty/en/man3/readline.3readline.html
  2982. [readlink]: http://manpages.ubuntu.com/manpages/trusty/en/man1/readlink.1.html
  2983. [reboot]: http://manpages.ubuntu.com/manpages/trusty/en/man8/reboot.8.html
  2984. [rec]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rec.1.html
  2985. [recode]: http://manpages.ubuntu.com/manpages/trusty/en/man1/recode.1.html
  2986. [red]: http://manpages.ubuntu.com/manpages/trusty/en/man1/red.1.html
  2987. [remind]: http://manpages.ubuntu.com/manpages/trusty/en/man1/remind.1.html
  2988. [rename]: http://manpages.ubuntu.com/manpages/trusty/man1/rename.ul.1.html
  2989. [renice]: http://manpages.ubuntu.com/manpages/trusty/en/man1/renice.1.html
  2990. [repquota]: http://manpages.ubuntu.com/manpages/trusty/en/man8/repquota.8.html
  2991. [rescrog]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rescrog.1fun.html
  2992. [reset]: http://manpages.ubuntu.com/manpages/trusty/en/man1/reset.1.html
  2993. [restore]: http://manpages.ubuntu.com/manpages/trusty/en/man8/restore.8.html
  2994. [rev]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rev.1.html
  2995. [rexima]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rexima.1.html
  2996. [rgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rgrep.1.html
  2997. [rifle]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rifle.1.html
  2998. [rig]: http://manpages.ubuntu.com/manpages/trusty/en/man6/rig.6.html
  2999. [ripit]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ripit.1.html
  3000. [rlogin]: http://manpages.ubuntu.com/manpages/trusty/man1/rsh-redone-rlogin.1.html
  3001. [rm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rm.1.html
  3002. [rmdir]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rmdir.1.html
  3003. [rmmod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/rmmod.8.html
  3004. [robots]: http://manpages.ubuntu.com/manpages/trusty/en/man6/robots.6.html
  3005. [rogue]: http://manpages.ubuntu.com/manpages/trusty/en/man6/rogue.6.html
  3006. [route]: http://manpages.ubuntu.com/manpages/trusty/en/man8/route.8.html
  3007. [rpm]: http://manpages.ubuntu.com/manpages/trusty/en/man8/rpm.8.html
  3008. [rs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rs.1.html
  3009. [rsstail]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rsstail.1.html
  3010. [rst2pdf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rst2pdf.1.html
  3011. [rsync]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rsync.1.html
  3012. [rsyncrypto]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rsyncrypto.1.html
  3013. [rtfm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rtfm.1fun.html
  3014. [rtorrent]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rtorrent.1.html
  3015. [ruby]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ruby.1.html
  3016. [runcon]: http://manpages.ubuntu.com/manpages/trusty/en/man1/runcon.1.html
  3017. [runlevel]: http://manpages.ubuntu.com/manpages/trusty/man7/runlevel.7.html
  3018. [rwho]: http://manpages.ubuntu.com/manpages/trusty/en/man1/rwho.1.html
  3019. [s2p]: http://manpages.ubuntu.com/manpages/trusty/en/man1/s2p.1.html
  3020. [sa]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sa.8.html
  3021. [safecopy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/safecopy.1.html
  3022. [saidar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/saidar.1.html
  3023. [sail]: http://manpages.ubuntu.com/manpages/trusty/en/man6/sail.6.html
  3024. [sar]: http://manpages.ubuntu.com/manpages/trusty/man1/sar.sysstat.1.html
  3025. [saydate]: http://manpages.ubuntu.com/manpages/lucid/en/man1/saydate.1.html
  3026. [saytime]: http://manpages.ubuntu.com/manpages/trusty/en/man1/saytime.1.html
  3027. [sc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sc.1.html
  3028. [scanimage]: http://manpages.ubuntu.com/manpages/trusty/en/man1/scanimage.1.html
  3029. [scanmem]: http://manpages.ubuntu.com/manpages/trusty/en/man1/scanmem.1.html
  3030. [scapy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/scapy.1.html
  3031. [schroot]: http://manpages.ubuntu.com/manpages/trusty/man1/schroot.1.html
  3032. [scp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/scp.1.html
  3033. [screen]: http://manpages.ubuntu.com/manpages/trusty/en/man1/screen.1.html
  3034. [script]: http://manpages.ubuntu.com/manpages/trusty/en/man1/script.1.html
  3035. [scriptreplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/scriptreplay.1.html
  3036. [scrypt]: http://manpages.ubuntu.com/manpages/trusty/man1/scrypt.1.html
  3037. [scsiinfo]: http://manpages.ubuntu.com/manpages/trusty/en/man8/scsiinfo.8.html
  3038. [sdcv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sdcv.1.html
  3039. [sdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sdiff.1.html
  3040. [sed]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sed.1.html
  3041. [sendfax]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sendfax.1.html
  3042. [sendpage]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sendpage.1.html
  3043. [seq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/seq.1.html
  3044. [service]: http://manpages.ubuntu.com/manpages/hardy/en/man1/service.1.html
  3045. [setfacl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/setfacl.1.html
  3046. [setfattr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/setfattr.1.html
  3047. [setleds]: http://manpages.ubuntu.com/manpages/trusty/en/man1/setleds.1.html
  3048. [setpci]: http://manpages.ubuntu.com/manpages/trusty/en/man8/setpci.8.html
  3049. [setquota]: http://manpages.ubuntu.com/manpages/trusty/en/man8/setquota.8.html
  3050. [setserial]: http://manpages.ubuntu.com/manpages/trusty/en/man8/setserial.8.html
  3051. [setterm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/setterm.1.html
  3052. [setxkbmap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/setxkbmap.1.html
  3053. [sex]: http://manpages.ubuntu.com/manpages/trusty/en/man6/sex.6fun.html
  3054. [sfdp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sfdp.1.html
  3055. [sftp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sftp.1.html
  3056. [sg_map]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sg_map.8.html
  3057. [sginfo]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sginfo.8.html
  3058. [sgml2latex]: http://manpages.ubuntu.com/manpages/trusty/man1/sgml2latex.1.html
  3059. [sh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sh.1.html
  3060. [shar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shar.1.html
  3061. [shasum]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shasum.1.html
  3062. [shell-fm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shell-fm.1.html
  3063. [showkey]: http://manpages.ubuntu.com/manpages/trusty/en/man1/showkey.1.html
  3064. [showmount]: http://manpages.ubuntu.com/manpages/trusty/en/man8/showmount.8.html
  3065. [shred]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shred.1.html
  3066. [shuf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shuf.1.html
  3067. [shush]: http://manpages.ubuntu.com/manpages/trusty/en/man1/shush.1.html
  3068. [shutdown]: http://manpages.ubuntu.com/manpages/trusty/en/man8/shutdown.8.html
  3069. [sic]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sic.1.html
  3070. [signal]: http://manpages.ubuntu.com/manpages/trusty/en/man7/signal.7.html
  3071. [simple-scan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/simple-scan.1.html
  3072. [sipcalc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sipcalc.1.html
  3073. [skill]: http://manpages.ubuntu.com/manpages/trusty/en/man1/skill.1.html
  3074. [slabtop]: http://manpages.ubuntu.com/manpages/trusty/en/man1/slabtop.1.html
  3075. [slashem]: http://manpages.ubuntu.com/manpages/trusty/en/man6/slashem.6.html
  3076. [slave]: http://manpages.ubuntu.com/manpages/trusty/en/man1/slave.1fun.html
  3077. [sleep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sleep.1.html
  3078. [sln]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sln.8.html
  3079. [sloccount]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sloccount.1.html
  3080. [slrn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/slrn.1.html
  3081. [slsc]: http://man.cx/slsc
  3082. [slurm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/slurm.1.html
  3083. [smart]: http://manpages.ubuntu.com/manpages/trusty/en/man8/smart.8.html
  3084. [smartctl]: http://manpages.ubuntu.com/manpages/trusty/en/man8/smartctl.8.html
  3085. [smbclient]: http://manpages.ubuntu.com/manpages/trusty/en/man1/smbclient.1.html
  3086. [snake]: http://manpages.ubuntu.com/manpages/precise/man6/snake.6.html
  3087. [snd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/snd.1.html
  3088. [snice]: http://manpages.ubuntu.com/manpages/trusty/en/man1/snice.1.html
  3089. [sniffit]: http://manpages.ubuntu.com/manpages/precise/en/man8/sniffit.8.html
  3090. [snmpcmd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/snmpcmd.1.html
  3091. [snmpget]: http://manpages.ubuntu.com/manpages/trusty/en/man1/snmpget.1.html
  3092. [snmpwalk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/snmpwalk.1.html
  3093. [snownews]: http://manpages.ubuntu.com/manpages/hardy/man1/snownews.1.html
  3094. [sntop]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sntop.1.html
  3095. [socat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/socat.1.html
  3096. [sort]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sort.1.html
  3097. [sox]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sox.1.html
  3098. [spc]: http://manpages.ubuntu.com/manpages/trusty/man1/spc.1.html
  3099. [speedometer]: http://manpages.ubuntu.com/manpages/trusty/en/man1/speedometer.1.html
  3100. [spell]: http://manpages.ubuntu.com/manpages/trusty/en/man1/spell.1.html
  3101. [splay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/splay.1.html
  3102. [split]: http://manpages.ubuntu.com/manpages/trusty/en/man1/split.1.html
  3103. [sq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sq.1.html
  3104. [sql]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sql.1.html
  3105. [sqlite]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sqlite.1.html
  3106. [sqlite3]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sqlite3.1.html
  3107. [ss]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ss.8.html
  3108. [ssconvert]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ssconvert.1.html
  3109. [ssconvert]: http://manpages.ubuntu.com/manpages/trusty/man1/ssconvert.1.html
  3110. [ssdiff]: http://manpages.ubuntu.com/manpages/trusty/man1/ssdiff.1.html
  3111. [ssgrep]: http://manpages.ubuntu.com/manpages/trusty/man1/ssgrep.1.html
  3112. [ssh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ssh.1.html
  3113. [ssh-copy-id]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ssh-copy-id.1.html
  3114. [ssh-keygen]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ssh-keygen.1.html
  3115. [sshfs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sshfs.1.html
  3116. [sshmitm]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sshmitm.8.html
  3117. [sshow]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sshow.8.html
  3118. [ssindex]: http://manpages.ubuntu.com/manpages/trusty/man1/ssindex.1.html
  3119. [sslscan]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sslscan.1.html
  3120. [standards]: http://manpages.ubuntu.com/manpages/trusty/en/man7/standards.7.html
  3121. [stap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/stap.1.html
  3122. [start]: http://manpages.ubuntu.com/manpages/trusty/en/man8/start.8.html
  3123. [stat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/stat.1.html
  3124. [status]: http://manpages.ubuntu.com/manpages/trusty/en/man8/status.8.html
  3125. [stdbuf]: http://manpages.ubuntu.com/manpages/trusty/en/man1/stdbuf.1.html
  3126. [steghide]: http://manpages.ubuntu.com/manpages/trusty/en/man1/steghide.1.html
  3127. [stop]: http://manpages.ubuntu.com/manpages/trusty/en/man8/stop.8.html
  3128. [strace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/strace.1.html
  3129. [strfry]: http://manpages.ubuntu.com/manpages/trusty/en/man3/strfry.3fun.html
  3130. [strings]: http://manpages.ubuntu.com/manpages/trusty/en/man1/strings.1.html
  3131. [strip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/strip.1.html
  3132. [stty]: http://manpages.ubuntu.com/manpages/trusty/en/man1/stty.1.html
  3133. [stunnel]: http://manpages.ubuntu.com/manpages/trusty/en/man8/stunnel.8.html
  3134. [stx2any]: http://manpages.ubuntu.com/manpages/trusty/en/man1/stx2any.1.html
  3135. [su]: http://manpages.ubuntu.com/manpages/trusty/en/man1/su.1.html
  3136. [sudo]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sudo.8.html
  3137. [sum]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sum.1.html
  3138. [surfraw]: http://manpages.ubuntu.com/manpages/trusty/en/man1/surfraw.1.html
  3139. [svn]: http://manpages.ubuntu.com/manpages/trusty/en/man1/svn.1.html
  3140. [swapon]: http://manpages.ubuntu.com/manpages/trusty/en/man8/swapon.8.html
  3141. [synaptic]: http://manpages.ubuntu.com/manpages/trusty/en/man8/synaptic.8.html
  3142. [sync]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sync.8.html
  3143. [sysadmin]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sysadmin.1fun.html
  3144. [sysbench]: http://manpages.ubuntu.com/manpages/trusty/en/man1/sysbench.1.html
  3145. [sysctl]: http://manpages.ubuntu.com/manpages/trusty/en/man8/sysctl.8.html
  3146. [sysdig]: https://github.com/draios/sysdig/wiki/Sysdig-Manual
  3147. [systemctl]: http://www.freedesktop.org/software/systemd/man/systemctl.html
  3148. [sysv-rc-conf]: http://manpages.ubuntu.com/manpages/trusty/man8/sysv-rc-conf.8.html
  3149. [tabs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tabs.1.html
  3150. [tac]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tac.1.html
  3151. [tail]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tail.1.html
  3152. [talk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/talk.1posix.html
  3153. [tar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tar.1.html
  3154. [tarsnap]: http://manned.org/tarsnap.1
  3155. [task]: http://manpages.ubuntu.com/manpages/trusty/en/man1/task.1.html
  3156. [taskset]: http://manpages.ubuntu.com/manpages/trusty/en/man1/taskset.1.html
  3157. [tbl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tbl.1.html
  3158. [tc]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tc.8.html
  3159. [tcpdump]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tcpdump.8.html
  3160. [tcpflow]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tcpflow.1.html
  3161. [tcpick]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tcpick.8.html
  3162. [tcpkill]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tcpkill.8.html
  3163. [tcpnice]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tcpnice.8.html
  3164. [tcpreen]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tcpreen.1.html
  3165. [tcpspy]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tcpspy.8.html
  3166. [tcptrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tcptrace.1.html
  3167. [tcptrack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tcptrack.1.html
  3168. [tcsh]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tcsh.1.html
  3169. [tdl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tdl.1.html
  3170. [teapot]: http://www.syntax-k.de/projekte/teapot/
  3171. [tee]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tee.1.html
  3172. [telinit]: http://manpages.ubuntu.com/manpages/trusty/man8/telinit.8.html
  3173. [telnet]: http://man.cx/telnet
  3174. [tesseract]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tesseract.1.html
  3175. [test]: http://manpages.ubuntu.com/manpages/trusty/en/man1/test.1.html
  3176. [tetheral]: http://manpages.ubuntu.com/manpages/dapper/man1/tethereal.1.html
  3177. [tetris-bsd]: http://manpages.ubuntu.com/manpages/trusty/en/man6/tetris-bsd.6.html
  3178. [tex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tex.1.html
  3179. [textfmt]: http://manpages.ubuntu.com/manpages/trusty/en/man1/textfmt.1.html
  3180. [think]: http://manpages.ubuntu.com/manpages/trusty/en/man1/think.1fun.html
  3181. [tic]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tic.1.html
  3182. [tidy]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tidy.1.html
  3183. [tig]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tig.1.html
  3184. [time]: http://manpages.ubuntu.com/manpages/trusty/en/man1/time.1.html
  3185. [timeout]: http://manpages.ubuntu.com/manpages/trusty/en/man1/timeout.1.html
  3186. [times]: http://manpages.ubuntu.com/manpages/trusty/en/man1/times.1posix.html
  3187. [timidity]: http://manpages.ubuntu.com/manpages/trusty/en/man1/timidity.1.html
  3188. [tin]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tin.1.html
  3189. [tinyirc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tinyirc.1.html
  3190. [tiptop]: http://tiptop.gforge.inria.fr/
  3191. [tircd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tircd.1.html
  3192. [tload]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tload.1.html
  3193. [tm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tm.1fun.html
  3194. [tmux]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tmux.1.html
  3195. [todo.sh]: http://todotxt.com/
  3196. [toe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/toe.1.html
  3197. [toilet]: http://manpages.ubuntu.com/manpages/trusty/en/man1/toilet.1.html
  3198. [top]: http://manpages.ubuntu.com/manpages/trusty/en/man1/top.1.html
  3199. [touch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/touch.1.html
  3200. [tpp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tpp.1.html
  3201. [tput]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tput.1.html
  3202. [tr]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tr.1.html
  3203. [trace-cmd]: http://manpages.ubuntu.com/manpages/precise/man1/trace-cmd.1.html
  3204. [trace-cmd-list]: http://manpages.ubuntu.com/manpages/precise/man1/trace-cmd-list.1.html
  3205. [tracepath]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tracepath.8.html
  3206. [traceroute]: http://manpages.ubuntu.com/manpages/lucid/en/man8/traceroute-nanog.genuine.8.html
  3207. [trash]: http://manpages.ubuntu.com/manpages/trusty/en/man1/trash.1.html
  3208. [trash-empty]: http://manpages.ubuntu.com/manpages/trusty/en/man1/trash-empty.1.html
  3209. [trash-list]: http://manpages.ubuntu.com/manpages/trusty/en/man1/trash-list.1.html
  3210. [trash-restore]: http://manpages.ubuntu.com/manpages/precise/en/man1/trash-restore.1.html
  3211. [tree]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tree.1.html
  3212. [trek]: http://manpages.ubuntu.com/manpages/trusty/en/man6/trek.6.html
  3213. [trn]: http://manpages.ubuntu.com/manpages/trusty/man1/trn3.1.html
  3214. [troff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/troff.1.html
  3215. [true]: http://manpages.ubuntu.com/manpages/trusty/en/man1/true.1.html
  3216. [truncate]: http://manpages.ubuntu.com/manpages/trusty/en/man1/truncate.1.html
  3217. [tsort]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tsort.1.html
  3218. [ttm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ttm.1.html
  3219. [tty]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tty.1.html
  3220. [tty-clock]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tty-clock.1.html
  3221. [ttyplay]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ttyplay.1.html
  3222. [ttyrec]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ttyrec.1.html
  3223. [tudu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/tudu.1.html
  3224. [tune2fs]: http://manpages.ubuntu.com/manpages/trusty/en/man8/tune2fs.8.html
  3225. [twidge]: http://manpages.ubuntu.com/manpages/trusty/en/man1/twidge.1.html
  3226. [twin]: http://manpages.ubuntu.com/manpages/hardy/man1/twin.1.html
  3227. [twopi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/twopi.1.html
  3228. [twyt]: http://manpages.ubuntu.com/manpages/precise/en/man1/twyt.1.html
  3229. [txt2html]: http://manpages.ubuntu.com/manpages/trusty/en/man1/txt2html.1p.html
  3230. [txt2man]: http://manpages.ubuntu.com/manpages/trusty/en/man1/txt2man.1.html
  3231. [txt2pdbdoc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/txt2pdbdoc.1.html
  3232. [txt2regex]: http://manpages.ubuntu.com/manpages/trusty/en/man1/txt2regex.1.html
  3233. [txt2tags]: http://manpages.ubuntu.com/manpages/trusty/en/man1/txt2tags.1.html
  3234. [type]: http://manpages.ubuntu.com/manpages/trusty/en/man1/type.1posix.html
  3235. [udevadm]: http://manpages.ubuntu.com/manpages/trusty/en/man8/udevadm.8.html
  3236. [udptunnel]: http://manpages.ubuntu.com/manpages/trusty/en/man1/udptunnel.1.html
  3237. [ufw]: http://manpages.ubuntu.com/manpages/trusty/en/man8/ufw.8.html
  3238. [umask]: http://manpages.ubuntu.com/manpages/trusty/en/man1/umask.1posix.html
  3239. [umount]: http://manpages.ubuntu.com/manpages/trusty/en/man8/umount.8.html
  3240. [unace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unace.1.html
  3241. [uname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uname.1.html
  3242. [uncompress]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uncompress.1.html
  3243. [uncrustify]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uncrustify.1.html
  3244. [undocumented.3]: http://manpages.ubuntu.com/manpages/trusty/en/man3/undocumented.3.html
  3245. [undocumented.7]: http://manpages.ubuntu.com/manpages/trusty/en/man7/undocumented.7.html
  3246. [unexpand]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unexpand.1.html
  3247. [unicode]: http://manpages.ubuntu.com/manpages/trusty/en/man7/unicode.7.html
  3248. [unify]: http://manpages.ubuntu.com/manpages/saucy/en/man1/unify.1.html
  3249. [uniq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uniq.1.html
  3250. [unison]: http://manpages.ubuntu.com/manpages/precise/man1/unison-2.40.63.1.html
  3251. [units]: http://manpages.ubuntu.com/manpages/trusty/en/man1/units.1.html
  3252. [units.7]: http://manpages.ubuntu.com/manpages/trusty/en/man7/units.7.html
  3253. [unlink]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unlink.1.html
  3254. [unoconv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unoconv.1.html
  3255. [unrar]: http://manpages.ubuntu.com/manpages/saucy/en/man1/unrar.1.html
  3256. [unshar]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unshar.1.html
  3257. [unsq]: http://manpages.ubuntu.com/manpages/trusty/en/man1/unsq.1.html
  3258. [update-alternatives]: http://manpages.ubuntu.com/manpages/trusty/en/man8/update-alternatives.8.html
  3259. [update-manager]: http://manpages.ubuntu.com/manpages/trusty/en/man8/update-manager.8.html
  3260. [updatedb]: http://manpages.ubuntu.com/manpages/trusty/en/man8/updatedb.8.html
  3261. [uptime]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uptime.1.html
  3262. [urlview]: http://manpages.ubuntu.com/manpages/trusty/en/man1/urlview.1.html
  3263. [urpmi]: http://download.tuxfamily.org/magnum/doc/man/urpmi.html
  3264. [useradd]: http://manpages.ubuntu.com/manpages/trusty/en/man8/useradd.8.html
  3265. [userdel]: http://manpages.ubuntu.com/manpages/trusty/en/man8/userdel.8.html
  3266. [usermod]: http://manpages.ubuntu.com/manpages/trusty/en/man8/usermod.8.html
  3267. [users]: http://manpages.ubuntu.com/manpages/trusty/en/man1/users.1.html
  3268. [utf8tolatin1]: http://manpages.ubuntu.com/manpages/hardy/man1/utf8tolatin1.1.html
  3269. [uubp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uubp.1fun.html
  3270. [uucp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uucp.1.html
  3271. [uudecode]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uudecode.1.html
  3272. [uuencode]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uuencode.1.html
  3273. [uustat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uustat.1.html
  3274. [uux]: http://manpages.ubuntu.com/manpages/trusty/en/man1/uux.1.html
  3275. [vbackup]: http://manpages.ubuntu.com/manpages/trusty/man8/vbackup.8.html
  3276. [vdir]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vdir.1.html
  3277. [venti]: http://manned.org/venti.1
  3278. [vfu]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vfu.1.html
  3279. [vi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vi.1posix.html
  3280. [vifm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vifm.1.html
  3281. [vilistextum]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vilistextum.1.html
  3282. [vim]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vim.1.html
  3283. [vlc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/vlc.1.html
  3284. [vmstat]: http://manpages.ubuntu.com/manpages/trusty/en/man8/vmstat.8.html
  3285. [w]: http://manpages.ubuntu.com/manpages/trusty/man1/w.procps.1.html
  3286. [w2do]: http://manpages.ubuntu.com/manpages/trusty/en/man1/w2do.1.html
  3287. [w3m]: http://manpages.ubuntu.com/manpages/trusty/en/man1/w3m.1.html
  3288. [wait]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wait.1posix.html
  3289. [wall]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wall.1.html
  3290. [wargames]: http://manpages.ubuntu.com/manpages/trusty/en/man6/wargames.6.html
  3291. [watch]: http://manpages.ubuntu.com/manpages/trusty/en/man1/watch.1.html
  3292. [wc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wc.1.html
  3293. [wcalc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wcalc.1.html
  3294. [wdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wdiff.1.html
  3295. [weather]: http://manpages.ubuntu.com/manpages/trusty/en/man1/weather.1.html
  3296. [weechat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/weechat.1.html
  3297. [wget]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wget.1.html
  3298. [whack]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whack.1fun.html
  3299. [whatis]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whatis.1.html
  3300. [when]: http://manpages.ubuntu.com/manpages/trusty/en/man1/when.1.html
  3301. [whereis]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whereis.1.html
  3302. [which]: http://manpages.ubuntu.com/manpages/trusty/en/man1/which.1.html
  3303. [whichman]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whichman.1.html
  3304. [who]: http://manpages.ubuntu.com/manpages/trusty/en/man1/who.1.html
  3305. [whoami]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whoami.1.html
  3306. [whohas]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whohas.1.html
  3307. [whois]: http://manpages.ubuntu.com/manpages/trusty/en/man1/whois.1.html
  3308. [wipe]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wipe.1.html
  3309. [wireshark]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wireshark.1.html
  3310. [wmctrl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wmctrl.1.html
  3311. [wordgrinder]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wordgrinder.1.html
  3312. [workbone]: http://man.cx/workbone
  3313. [worklog]: http://manpages.ubuntu.com/manpages/trusty/en/man1/worklog.1.html
  3314. [worm]: http://manpages.ubuntu.com/manpages/trusty/en/man6/worm.6.html
  3315. [wput]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wput.1.html
  3316. [write]: http://manpages.ubuntu.com/manpages/trusty/en/man1/write.1posix.html
  3317. [wrjpgcom]: http://manpages.ubuntu.com/manpages/lucid/man1/wrjpgcom.1.html
  3318. [wtf]: http://manpages.ubuntu.com/manpages/trusty/en/man6/wtf.6.html
  3319. [wump]: http://manpages.ubuntu.com/manpages/trusty/en/man6/wump.6.html
  3320. [wvdial]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wvdial.1.html
  3321. [wvWare]: http://manpages.ubuntu.com/manpages/trusty/man1/wvWare.1.html
  3322. [wyrd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/wyrd.1.html
  3323. [x86info]: http://manpages.ubuntu.com/manpages/trusty/en/man1/x86info.1.html
  3324. [xargs]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xargs.1.html
  3325. [xclip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xclip.1.html
  3326. [xclipboard]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xclipboard.1.html
  3327. [xdg-open]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xdg-open.1.html
  3328. [xdotool]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xdotool.1.html
  3329. [xdvi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xdvi.1.html
  3330. [xev]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xev.1.html
  3331. [xhost]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xhost.1.html
  3332. [xine]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xine.1.html
  3333. [xine-remote]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xine-remote.1.html
  3334. [xkill]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xkill.1fun.html
  3335. [xlart]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xlart.1fun.html
  3336. [xlhtml]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xlhtml.1.html
  3337. [xls2csv]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xls2csv.1.html
  3338. [xlsfonts]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xlsfonts.1.html
  3339. [xmessage]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmessage.1.html
  3340. [xmlindent]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmlindent.1.html
  3341. [xmlstarlet]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmlstarlet.1.html
  3342. [xmlstarlet]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmlstarlet.1.html
  3343. [xmms2]: http://manpages.ubuntu.com/manpages/lucid/man1/xmms2.1.html
  3344. [xmodmap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmodmap.1.html
  3345. [xmp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xmp.1.html
  3346. [xorriso]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xorriso.1.html
  3347. [xprobe2]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xprobe2.1.html
  3348. [xset]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xset.1.html
  3349. [xsetroot]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xsetroot.1.html
  3350. [xsw]: https://code.google.com/p/xsw/wiki/Reference
  3351. [xte]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xte.1.html
  3352. [xtrace]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xtrace.1.html
  3353. [xvidtune]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xvidtune.1.html
  3354. [xxd]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xxd.1.html
  3355. [xz]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xz.1.html
  3356. [xzcat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/xzcat.1.html
  3357. [yacc]: http://manpages.ubuntu.com/manpages/trusty/en/man1/yacc.1posix.html
  3358. [yaourt]: https://archlinux.fr/man/yaourt.8.html
  3359. [yasm]: http://manpages.ubuntu.com/manpages/trusty/en/man1/yasm.1.html
  3360. [yauap]: http://manpages.ubuntu.com/manpages/trusty/en/man1/yauap.1.html
  3361. [yes]: http://manpages.ubuntu.com/manpages/trusty/en/man1/yes.1.html
  3362. [yokadi]: http://manpages.ubuntu.com/manpages/trusty/en/man1/yokadi.1.html
  3363. [youtube-dl]: http://manpages.ubuntu.com/manpages/trusty/en/man1/youtube-dl.1.html
  3364. [ypdomainname]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ypdomainname.1.html
  3365. [ytalk]: http://manpages.ubuntu.com/manpages/trusty/en/man1/ytalk.1.html
  3366. [yum]: http://manpages.ubuntu.com/manpages/trusty/en/man8/yum.8.html
  3367. [zcat]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zcat.1.html
  3368. [zcmp]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zcmp.1.html
  3369. [zdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zdiff.1.html
  3370. [zdiff]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zdiff.1.html
  3371. [zenity]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zenity.1.html
  3372. [zgrep]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zgrep.1.html
  3373. [zile]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zile.1.html
  3374. [zip]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zip.1.html
  3375. [zless]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zless.1.html
  3376. [zmore]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zmore.1.html
  3377. [zonecheck]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zonecheck.1.html
  3378. [zoo]: http://manpages.ubuntu.com/manpages/trusty/en/man1/zoo.1.html
  3379. [zsh]: http://manpages.ubuntu.com/manpages/raring/en/man1/zsh.1.html
  3380. [zypper]: https://en.opensuse.org/SDB:Zypper_manual_%28plain%29
Add Comment
Please, Sign In to add comment