rcaldous / Create Folders from txt list

0 j'aimes
0 forks
1 fichiers
Dernière activité 1725103981
1 xargs -d '\n' mkdir -p -- < folder_list.txt

rcaldous / Clear Bash history

0 j'aimes
0 forks
1 fichiers
Dernière activité 1725103798
Don't want to be tempted to up arrow?
1 cat /dev/null > ~/.bash_history && history -c && exit

rcaldous / getall.sh

0 j'aimes
0 forks
1 fichiers
Dernière activité 1721070977
1 #!/bin/bash
2 find . -mindepth 2 -type f -print -exec mv {} . \;
Plus récent Plus ancien