wifislax ~ # cd /media/truecrypt1/tmp/coreutils-/coreutils-8.22-i486-1sw/usr/bin/
wifislax bin # ./cp --help
Modo de empleo: ./cp [OPCIÓN]... [-T] ORIGEN DESTINO
o bien: ./cp [OPCIÓN]... ORIGEN... DIRECTORIO
o bien: ./cp [OPCIÓN]... -t DIRECTORIO ORIGEN...
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
Mandatory arguments to long options are mandatory for short options too.
-a, --archive lo mismo que -dR --preserve=all
--attributes-only no copia los datos del fichero, solamente los
atributos
--backup[=CONTROL] crea una copia de seguridad de cada fichero de
destino que exista
-b como --backup pero no acepta ningún argumento
--copy-contents copia el contenido de los ficheros especiales
cuando opera recursivamente
-d lo mismo que --no-dereference --preserve=link
-f, --force if an existing destination file cannot be
opened, remove it and try again (this option
is ignored when the -n option is also used)
-i, --interactive prompt before overwrite (overrides a previous -n
option)
-H follow command-line symbolic links in SOURCE
-l, --link crea enlaces duros de los ficheros en vez de copiarlos
-L, --dereference siempre sigue los enlaces simbólicos en ORIGEN
-n, --no-clobber no sobreescribe un fichero que exista
(tiene prioridad sobre una opción -i anterior)
-P, --no-dereference nunca sigue los enlaces simbólicos en ORIGEN
-p igual que --preserve=mode,ownership,timestamps
--preserve[=LISTA_ATTR] conserva si puede los atributos especificados,
(por omisión: mode,ownership,timestamps)
atributos adicionales: context, links, xattr,
all
--no-preserve=LISTA_ATTR no conserva los atributos especificados
--parents utiliza el nombre de fichero de origen completo
bajo DIRECTORIO
-R, -r, --recursive copia directorios recursivamente
--reflink[=CUÁNDO] controla copias clonadas/CoW. Ver más abajo.
--remove-destination borra cada fichero de destino que exista antes
de intentar abrirlo (compárese con --force).
--sparse=CUÁNDO controla la creación de ficheros dispersos.
Véase más abajo.
--strip-trailing-slashes elimina todas las barras finales de cada
argumento ORIGEN
-s, --symbolic-link crea enlaces simbólicos en lugar de copiarlos
-S, --suffix=SUFIJO reemplaza el sufijo de respaldo habitual
--target-directory=DIRECTORIO mueve todos los argumentos ORIGEN al
directorio DIRECTORIO
-T, --no-target-directory considera DEST como un fichero normal
-u, --update copia solamente cuando el fichero ORIGEN es
más moderno que el fichero de destino,
o cuando falta el fichero de destino
-v, --verbose da detalles sobre lo que se va haciendo
-x, --one-file-system permanece en este sistema de ficheros
-Z, --context[=CTX] set SELinux security context of destination
file to default type, or to CTX if specified
--help muestra esta ayuda y finaliza
--version informa de la versión y finaliza
Por omisión, los ficheros ORIGEN `sparse' se detectan mediante una simple
heurística y los correspondientes ficheros DESTINO se crean también `sparse'.
Este es el comportamiento con --sparse=auto. Al especificar --sparse=always se
crea un fichero DESTINO `sparse' cuando el fichero ORIGEN contiene una sucesión
de bytes cero suficientemente larga.
Utilice --sparse=never para inhibir la creación de ficheros `sparse'.
Cuando se especifica --reflink[=always], realiza una copia ligera, en la que
los bloques de datos se copian solamente cuando se han modificado. Si esto no
es posible, la copia falla, o si se especifica --reflink=auto, se hace una
copia normal.
The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable. Here are the values:
none, off nunca realiza copias de seguridad (incluso si se da la
opción --backup)
numbered, t crea copias de seguridad numeradas
existing, nil numeradas si existen copias de seguridad numeradas,
simples en caso contrario
simple, never siempre crea copias de seguridad simples
Como caso especial, cp crea una copia de seguridad de ORIGEN cuando se utilizan
las opciones `force' y `backup', y ORIGEN y DESTINO tienen el mismo nombre para
un nombre de fichero regular existente.
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Informe de errores de traducción cp a <http://translationproject.org/team/>
Para la documentación completa, ejecute: info coreutils `cp invocation'
wifislax bin #
wifislax bin # cd /media/truecrypt1/tmp/coreutils-/coreutils-8.22-i486-1sw/bin/
wifislax bin # ./cp --help
Modo de empleo: ./cp [OPCIÓN]... [-T] ORIGEN DESTINO
o bien: ./cp [OPCIÓN]... ORIGEN... DIRECTORIO
o bien: ./cp [OPCIÓN]... -t DIRECTORIO ORIGEN...
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
Mandatory arguments to long options are mandatory for short options too.
-a, --archive lo mismo que -dR --preserve=all
--attributes-only no copia los datos del fichero, solamente los
atributos
--backup[=CONTROL] crea una copia de seguridad de cada fichero de
destino que exista
-b como --backup pero no acepta ningún argumento
--copy-contents copia el contenido de los ficheros especiales
cuando opera recursivamente
-d lo mismo que --no-dereference --preserve=link
-f, --force if an existing destination file cannot be
opened, remove it and try again (this option
is ignored when the -n option is also used)
-i, --interactive prompt before overwrite (overrides a previous -n
option)
-H follow command-line symbolic links in SOURCE
-l, --link crea enlaces duros de los ficheros en vez de copiarlos
-L, --dereference siempre sigue los enlaces simbólicos en ORIGEN
-n, --no-clobber no sobreescribe un fichero que exista
(tiene prioridad sobre una opción -i anterior)
-P, --no-dereference nunca sigue los enlaces simbólicos en ORIGEN
-p igual que --preserve=mode,ownership,timestamps
--preserve[=LISTA_ATTR] conserva si puede los atributos especificados,
(por omisión: mode,ownership,timestamps)
atributos adicionales: context, links, xattr,
all
--no-preserve=LISTA_ATTR no conserva los atributos especificados
--parents utiliza el nombre de fichero de origen completo
bajo DIRECTORIO
-R, -r, --recursive copia directorios recursivamente
--reflink[=CUÁNDO] controla copias clonadas/CoW. Ver más abajo.
--remove-destination borra cada fichero de destino que exista antes
de intentar abrirlo (compárese con --force).
--sparse=CUÁNDO controla la creación de ficheros dispersos.
Véase más abajo.
--strip-trailing-slashes elimina todas las barras finales de cada
argumento ORIGEN
-s, --symbolic-link crea enlaces simbólicos en lugar de copiarlos
-S, --suffix=SUFIJO reemplaza el sufijo de respaldo habitual
--target-directory=DIRECTORIO mueve todos los argumentos ORIGEN al
directorio DIRECTORIO
-T, --no-target-directory considera DEST como un fichero normal
-u, --update copia solamente cuando el fichero ORIGEN es
más moderno que el fichero de destino,
o cuando falta el fichero de destino
-v, --verbose da detalles sobre lo que se va haciendo
-x, --one-file-system permanece en este sistema de ficheros
-Z, --context[=CTX] set SELinux security context of destination
file to default type, or to CTX if specified
--help muestra esta ayuda y finaliza
--version informa de la versión y finaliza
Por omisión, los ficheros ORIGEN `sparse' se detectan mediante una simple
heurística y los correspondientes ficheros DESTINO se crean también `sparse'.
Este es el comportamiento con --sparse=auto. Al especificar --sparse=always se
crea un fichero DESTINO `sparse' cuando el fichero ORIGEN contiene una sucesión
de bytes cero suficientemente larga.
Utilice --sparse=never para inhibir la creación de ficheros `sparse'.
Cuando se especifica --reflink[=always], realiza una copia ligera, en la que
los bloques de datos se copian solamente cuando se han modificado. Si esto no
es posible, la copia falla, o si se especifica --reflink=auto, se hace una
copia normal.
The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable. Here are the values:
none, off nunca realiza copias de seguridad (incluso si se da la
opción --backup)
numbered, t crea copias de seguridad numeradas
existing, nil numeradas si existen copias de seguridad numeradas,
simples en caso contrario
simple, never siempre crea copias de seguridad simples
Como caso especial, cp crea una copia de seguridad de ORIGEN cuando se utilizan
las opciones `force' y `backup', y ORIGEN y DESTINO tienen el mismo nombre para
un nombre de fichero regular existente.
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Informe de errores de traducción cp a <http://translationproject.org/team/>
Para la documentación completa, ejecute: info coreutils `cp invocation'
wifislax bin
Verificando no tienen la opcion -g de la barra de progreso...
cwifislax ~ # cd /media/truecrypt1/tmp/cp_mv_progress_bar/user/bin/
wifislax bin # ./cp --help
Usage: ./cp [OPTION]... [-T] SOURCE DEST
or: ./cp [OPTION]... SOURCE... DIRECTORY
or: ./cp [OPTION]... -t DIRECTORY SOURCE...
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
Mandatory arguments to long options are mandatory for short options too.
-a, --archive same as -dR --preserve=all
--attributes-only don't copy the file data, just the attributes
--backup[=CONTROL] make a backup of each existing destination file
-b like --backup but does not accept an argument
--copy-contents copy contents of special files when recursive
-d same as --no-dereference --preserve=links
-f, --force if an existing destination file cannot be
opened, remove it and try again (this option
is ignored when the -n option is also used)
-g, --progress-bar add progress-bar
-i, --interactive prompt before overwrite (overrides a previous -n
option)
-H follow command-line symbolic links in SOURCE
-l, --link hard link files instead of copying
-L, --dereference always follow symbolic links in SOURCE
-n, --no-clobber do not overwrite an existing file (overrides
a previous -i option)
-P, --no-dereference never follow symbolic links in SOURCE
-p same as --preserve=mode,ownership,timestamps
--preserve[=ATTR_LIST] preserve the specified attributes (default:
mode,ownership,timestamps), if possible
additional attributes: context, links, xattr,
all
--no-preserve=ATTR_LIST don't preserve the specified attributes
--parents use full source file name under DIRECTORY
-R, -r, --recursive copy directories recursively
--reflink[=WHEN] control clone/CoW copies. See below
--remove-destination remove each existing destination file before
attempting to open it (contrast with --force)
--sparse=WHEN control creation of sparse files. See below
--strip-trailing-slashes remove any trailing slashes from each SOURCE
argument
-s, --symbolic-link make symbolic links instead of copying
-S, --suffix=SUFFIX override the usual backup suffix
-t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY
-T, --no-target-directory treat DEST as a normal file
-u, --update copy only when the SOURCE file is newer
than the destination file or when the
destination file is missing
-v, --verbose explain what is being done
-x, --one-file-system stay on this file system
--help display this help and exit
--version output version information and exit
By default, sparse SOURCE files are detected by a crude heuristic and the
corresponding DEST file is made sparse as well. That is the behavior
selected by --sparse=auto. Specify --sparse=always to create a sparse DEST
file whenever the SOURCE file contains a long enough sequence of zero bytes.
Use --sparse=never to inhibit creation of sparse files.
When --reflink[=always] is specified, perform a lightweight copy, where the
data blocks are copied only when modified. If this is not possible the copy
fails, or if --reflink=auto is specified, fall back to a standard copy.
The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable. Here are the values:
none, off never make backups (even if --backup is given)
numbered, t make numbered backups
existing, nil numbered if numbered backups exist, simple otherwise
simple, never always make simple backups
As a special case, cp makes a backup of SOURCE when the force and backup
options are given and SOURCE and DEST are the same name for an existing,
regular file.
Report cp bugs to bug-coreutils@gnu.org
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
Report cp translation bugs to <http://translationproject.org/team/>
For complete documentation, run: info coreutils 'cp invocation'
wifislax bin #
Este que compile y puse en mega si tiene la opción de barra de progreso.
Salu2