summaryrefslogtreecommitdiff
path: root/po4a/es/which.1
blob: 43c0f1f4d08a859d11cd9f6a8577b439b840f2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" -*- nroff -*-
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH WHICH 1 "29 Jun 2016" Debian 
.SH NOMBRE
which \- Busca una orden
.SH SINOPSIS
which [\-a] nombre\-de\-fichero ...
.SH DESCRIPCIÓN
\fBwhich\fP returns the pathnames of the files (or links) which would be
executed in the current environment, had its arguments been given as
commands in a strictly POSIX\-conformant shell.  It does this by searching
the PATH for executable files matching the names of the arguments.  It does
not canonicalize path names.
.SH OPCIONES
.TP 
\fB\-a\fP
Muestra todos los nombres de ruta que coincidan con cada argumento.
.SH "ESTADO DE SALIDA"
.TP 
\fB0\fP
Se han encontrado las órdenes definidas, y son ejecutables.
.TP 
\fB1\fP
Una o más órdenes no existen, o no son ejecutables.
.TP 
\fB2\fP
La opción definida no es válida.