-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (20 loc) · 780 Bytes
/
README
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
1. INTRODUCTION
It's shell script which can be copies with display progress bar.
Script based on usage tar and pipe viewer tools.
Can produce copying:
* file to file
* file to folder
* folder to existing or new folder
* multiple files and folders in existing folder
2. INSTALLATION
Put the script my-copy in ~/bin, and then add this alias in
your ~/.bashrc:
alias cp='my-copy'
And then restart your terminal.
3. DEBUGGING THE SCRIPT
Open shell script and uncomment sctring "set -x", and then run
it. You should see all the operations performed in terminal. This
will help to understand where in the case problem.
Also, I would be grateful to you if you have reported problems
in issues tracker on github:
https://github.com/msize/My-Copy/issues