rcaldous / Create Folders from txt list

0 喜歡
0 分支
1 檔案
最後活躍 2 months ago
1 xargs -d '\n' mkdir -p -- < folder_list.txt

rcaldous / Clear Bash history

0 喜歡
0 分支
1 檔案
最後活躍 2 months ago
Don't want to be tempted to up arrow?
1 cat /dev/null > ~/.bash_history && history -c && exit
上一頁 下一頁