alias ddd = "dd status=progress oflag=dsync bs=1M"

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2025-08-12 21:25:53 -05:00
parent e3b01ed8c0
commit d70e143251
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ alias apt-find="apt-file search"
alias apps="cd ~/go/src/go.wit.com/apps"
alias proto="cd ~/go/src/go.wit.com/lib/protobuf"
# added 2025/08
alias ddd="dd status=progress oflag=dsync bs=1M" # alias to show dd progress. this should probably be the default for dd
# this is neat. how does it work?
# todo: make it work with go-args
complete -C gocomplete go