diff options
| author | Jeff Carr <[email protected]> | 2025-08-12 21:25:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-12 21:25:53 -0500 |
| commit | d70e143251de26f7ba05ab97ea949ca88e8083ac (patch) | |
| tree | 728f41b71149b5cccf35ac907c3cfd6625409581 | |
| parent | e3b01ed8c00d2ded07004a4d44ae91bc36e619d7 (diff) | |
alias ddd = "dd status=progress oflag=dsync bs=1M"
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc/.wit b/bashrc/.wit index ad2976c..d3b2cf7 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -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 |
