mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/gcp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
e2eac62dba
commit
7fe2e34ab9
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
gcp is a file copy tool, freely inspired from cp, but with a few high-level
|
||||
functionalities such as:
|
||||
gcp is a file copy tool, freely inspired from cp, but with a few
|
||||
high-level functionalities such as:
|
||||
|
||||
* transfer progression indication
|
||||
* continuous copying on error (skip to next file)
|
||||
* copy status logging: gcp logs all its actions so that it is possible to
|
||||
know which files have been successfuly copied
|
||||
* copy status logging: gcp logs all its actions so that it is possible
|
||||
to know which files have been successfuly copied
|
||||
* name mangling to handle target filesystem limitations (for example
|
||||
deletion of incompatible characters "*" or "?" on FAT)
|
||||
* forced copy serialization: process all copy requests sequentially in
|
||||
order to avoid useless moves of the hard disk head
|
||||
* transfer lists management: you can save a list of files you copied and
|
||||
copy them again later from that list (useful for example when copying
|
||||
several times the same tracks to multiple friends)
|
||||
* transfer lists management: you can save a list of files you copied
|
||||
and copy them again later from that list (useful for example when
|
||||
copying several times the same tracks to multiple friends)
|
||||
* command-line interface similar to that of cp
|
||||
|
|
Loading…
Reference in a new issue