Skip to content

nelsonhoover/idd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

idd

Interactive dd Bash script

This is a Bash shell script intended to make the dd command on Linux a tiny bit easier to use.

  • It accepts two arguments, the source and the destination for the dd copy operation.
  • It displays a confirmation showing what it intends to copy and where, giving you the chance to cancel the copy before it starts, to help prevent mistakenly overwriting your main drive or something equally catastrophic.
  • It runs a short test using a few different block sizes to see which is faster and automatically uses the fastest block size for the dd operation.
  • It shows progress in the terminal during the copy, so you can see how it's coming along without having to resort to sending USR1 signals to the process from another terminal like dd does.

About

Interactive dd Bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages