Article 5CKQ2 mkdir linux alternative that can make directories the paths specified in a file done at once

mkdir linux alternative that can make directories the paths specified in a file done at once

by
BudiKusasi
from LinuxQuestions.org on (#5CKQ2)
Is there utility as mkdir linux alternative that can make directories the paths specified in a file done at once in a call, so that far faster, simpler, more efficient?
as mkdir can do it by for loop
Code:(while read -r s;do
mkdir -p $s
done ) <Pathslet that util be illustrated as
Code:mdir -f Pathsas the file contains more 500 lines has a clear difference ?latest?d=yIl2AUoC8zA latest?i=2Ds_rqouNUU:4RheejJMJWM:F7zBnMy latest?i=2Ds_rqouNUU:4RheejJMJWM:V_sGLiP latest?d=qj6IDK7rITs latest?i=2Ds_rqouNUU:4RheejJMJWM:gIN9vFw2Ds_rqouNUU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments