摘要: #!/bin/env bash git init touch init git add -- . git commit -am init echo a >> main_file git add --all git commit -am 'main a' echo b >> main_file git 阅读全文
posted @ 2021-12-16 16:46 ascertain 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Take below for example shopt -s dotglob # glob will include hidden file & directories cp -frv /etc/skel/{,.[^.]}* . -T --no-target-directory cp -frv / 阅读全文
posted @ 2021-12-16 11:18 ascertain 阅读(41) 评论(0) 推荐(0) 编辑