Skip to content

Commit

Permalink
rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
daxiongpro committed Jun 16, 2023
1 parent 53f510a commit 6c786fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ make_common_aliases () {
alias fnums="ls -l | grep \"^-\" | wc -l" # file nums 统计文件夹下文件数量
alias dnums="ls -l | grep \"^d\" | wc -l"
alias dfnums="ls -l | grep -E \"^-|^d\" | wc -l"
alias rcp="rsync -av --progress" # 拷贝的时候显示进度

}

Expand Down

0 comments on commit 6c786fd

Please sign in to comment.