Posted 01 August 2018 - 10:12 PM
So a bit of a stupid question, I know in linux if you wanted to make a folder with like 5 folders, each named something else in one command you could do:
and it would make 3 folders, 1, 2, and 3 inside the hi folder, is it possible to do this in lua/computercraft?
sudo mkdir /hi/{1..3}
and it would make 3 folders, 1, 2, and 3 inside the hi folder, is it possible to do this in lua/computercraft?