[:DebianWiki/EditorGuide#translation:Translation(s)]: none

(!) [:/Discussion:Discussion]


Find defaut Debian commands based on shell built-in commands and coreutils packages

Remember to see man pages. It's your first help ! Don't recreate or import man or info pages here.

Good informations are:

You don't find this shell command on your system, see next URL and replace MY_COMMAND by your command

http://packages.debian.org/search?suite=default&section=all&arch=any&searchon=contents&keywords=MY_COMMAND

ShellToolTricks, PrincipalCommands and ["coreutils"] should be merging here


Jump to : [#A A] [#B B] [#C C] [#D D] [#E E] [#F F] [#G G] [#H H] [#I I] [#J J] [#K K] [#L L] [#M M] [#N N] [#P P] [#Q Q] [#R R] [#S S] [#T T] [#U U] [#V V] [#W W] [#X X] [#Y Y] [#Z Z]

?Anchor(A)

A

?Anchor(B)

B

?Anchor(C)

C

?Anchor(D)

D

?Anchor(E)

E

?Anchor(F)

F

?Anchor(G)

G

  • gawk: Pattern scanning and processing language

  • getopts: Parse positional parameters

  • grep: Print lines matching a pattern

  • groups: Print group names a user is in

  • gzip/gunzip: Compress or decompress named file(s)

?Anchor(H)

H

  • hash: Remember the full pathname of a name argument

  • head: Output the first part of file(s)

  • history: Command History

  • hostname: Print or set system name

  • htop: Colourfull top

?Anchor(I)

I

  • id: Print user and group id's

  • if/then/else/elif/fi Conditionally perform a command

  • import: Capture an X server screen and save the image to file

  • info: Help info

  • install: Copy files and set attributes

?Anchor(J)

J

  • join: Joins lines on a common field

?Anchor(K)

K

  • kill: Stops a process from running

  • killall: Stops matching process from running

?Anchor(L)

L

  • less: Display output one screen at a time

  • let: Perform arithmetic on shell variables

  • ln: Make links between files

  • local: Create local variables

  • locate: Find files using an indexed list.

  • logname: Print current login name

  • logout: Exit a login shell

  • lpc: Line printer control program

  • lpr: Off line print

  • lprint: Print a file

  • lprintd: Abort a print job

  • lprintq: List the print queue

  • lprm: Remove jobs from the print queue

  • ls: List information about file(s)

?Anchor(M)

M

  • m4: Macro processor

  • man: Help manual

  • mkdir: Create new folder(s)

  • mkfifo: Make FIFOs (named pipes)

  • mknod: Make block or character special files

  • more: Display output one screen at a time

  • mount: Mount a file system

  • mtools: Manipulate MS-DOS files

  • mv: Move or rename files or directories

?Anchor(N)

N

  • nice: Set the priority of a command or job

  • nl: Number lines of file(s)

  • nohup: Run a command immune to hangups

?Anchor(P)

P

?Anchor(Q)

Q

  • quota: Display disk usage and limits

  • quotacheck: Scan a file system for disk usage

  • quotactl: Set disk quotas

?Anchor(R)

R

?Anchor(S)

S

?Anchor(T)

T

?Anchor(U)

U

?Anchor(V)

V

?Anchor(W)

W

?Anchor(X)

X

?Anchor(Y)

Y

?Anchor(Z)

Z


See also: ?BashShellVariables - ShellScript