einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 4 months agoultimate storage hacksh.itjust.worksimagemessage-square40linkfedilinkarrow-up122
arrow-up122imageultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 4 months agomessage-square40linkfedilink
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up2·4 months ago each file is minimum 4kb $ touch empty_file $ ls -l total 8 -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file $ wc -c empty_file 0 empty_file Huh?
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up1·4 months agoOh, I’m thinking folders aren’t I. Doy…
$ touch empty_file $ ls -l total 8 -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file $ wc -c empty_file 0 empty_file
Huh?
Oh, I’m thinking folders aren’t I. Doy…