nehamoopen / digital-garden

https://nehamoopen.github.io/digital-garden/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

mkdir for multiple directories listed in text file #68

Open nehamoopen opened 2 months ago

nehamoopen commented 2 months ago

create multiple directories based on text file

xargs mkdir < inputfile

cat folders.txt | xargs mkdir -p