Good thing phones lets you copy paste text from images now
[deleted]
Submitted 1 year ago by Clarke311@lemmy.world to technology@lemmy.world
Comments
tdawg@lemmy.world 1 year ago
Clarke311@lemmy.world 1 year ago
Good luck running that in all caps
tdawg@lemmy.world 1 year ago
Ah sure. Was more a reference to how people copy pasta shell commands but ya
mo_ztt@lemmy.world 1 year ago
What are you on about sir
What is
’ string '
?Why is this better than
rm
?Why would
rm -rf
not work with a full disc?Clarke311@lemmy.world 1 year ago
Because if you have literally zero by its left on the disc for the OS to write to then you do not have enough space to run RM as it will try to list all the files in a directory before it deletes them one by one. This is the fuck you I’m shredding it command. You could just do find and then delete but that would be very dangerous My command allows you to exclude whatever file type you put in as the string
A string is a data type used in programming, that is used to represent text rather than numbers. A string is a sequence of characters and can contain letters, numbers, symbols and even spaces. It must be enclosed in quotation marks for it to be recognized as a string.
mo_ztt@lemmy.world 1 year ago
I know what a string is.
Have you ever actually seen this happen? I have filled many discs, and the answer has always been to
rm
something, and I literally have not once seen or heard ofrm
not working because the disc is full. The system calls withinrm
that list files in the directory do not consume disc space.
jsveiga@sh.itjust.works 1 year ago
Wrong community, wrong assumption, wrong problem, wrong solution.