Conversation
>mkdir/touch replacement, it basically is a mkdir -p but more sophisticated

its mkdir it doesnt NEED to be more sophisticated
3
1
4

[GRLC] le rouge vire au bleu marine et je dégueule leur doctrine

@rose ?????? people are unbelievable sometimes
1
0
0

[GRLC] le rouge vire au bleu marine et je dégueule leur doctrine

@rose I hate that this is my favorite language
2
0
1
@novenary i also hate that this is your favourite language
1
0
2

[GRLC] le rouge vire au bleu marine et je dégueule leur doctrine

@rose brain sucks ass and nothing else really works for me other than python which is a different can of worms
but like, I hate what people are doing with it 😭
0
0
1
@rose touch but it can create the whole path sounds nice
0
0
0

@rose @novenary help, lmao

yamkt "dir1/(dir2,dir3/file1.txt)/dir4/file2.txt"

4
0
2

[GRLC] le rouge vire au bleu marine et je dégueule leur doctrine

0
0
0
@snacks @novenary @rose

> Expressions cannot start with a /

hope you never need to create a file via an absolute path, lol
2
0
6
@navi @novenary @snacks @rose ../../../../../../../../../../../../../../../../../../../../../../../../../../ (coupled with prayers that you've gone up enough times)
0
0
0

[GRLC] le rouge vire au bleu marine et je dégueule leur doctrine

@laru @rose I love this guy
1
0
0

@snacks @novenary @rose Because of course you need ressource exhaustion capabilities beyond just the shell (mkdir -p dir1/{dir2,dir3}/ in *ksh/bash/…).

0
0
2

kimapr ☭ 🇺🇿 ⚧ ⚢ ❤️🧡🤍🩷💜

@navi @novenary @snacks @rose

Therefore, you can’t create files or folders with a / nor with a , in their name

also hope that you never need commas in your directory names !

0
0
2
@snacks @novenary @rose how many times do you need to create such a complex structure *and* not be able to use a script

jeez just do a series of `mkdir -p` calls. And if you dont like spawning processes go get a shell that has this as a builtin
0
0
1