Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

About

Simple script for copy files with progress bar

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages