minus-squarethetaT [none/use name]@hexbear.nettoLinux@lemmy.ml•I must have died and gone to heaven [nushell]linkfedilinkarrow-up1·8 hours agobecause why not? it’s just characters and any UTF8 string is allowed as a filename so long as it doesn’t contain a null byte. people’s usecases are different, and you really shouldn’t be parsing ls output in the first place linkfedilink
because why not? it’s just characters and any UTF8 string is allowed as a filename so long as it doesn’t contain a null byte. people’s usecases are different, and you really shouldn’t be parsing
ls
output in the first place