@ElCanut@jlai.lu to linuxmemes@lemmy.world • 2 years agoOh no ...jlai.luimagemessage-square337fedilinkarrow-up11.73Karrow-down1109
arrow-up11.62Karrow-down1imageOh no ...jlai.lu@ElCanut@jlai.lu to linuxmemes@lemmy.world • 2 years agomessage-square337fedilink
minus-square@ExLisper@linux.communitylinkfedilinkEnglish47•2 years agoWe need moar Linux memes! Seriously, more Linux memes please.
minus-square@clemdemort@lemmy.worldlinkfedilink7•2 years agocat is actually used to concatenate files so if you have two files that you want to merge into a third one you can do cat file1 file2 > file3 Especially useful for cracking old games
minus-square@Damage@feddit.itlinkfedilink4•2 years ago Especially useful for cracking old games what?
minus-square@ExLisper@linux.communitylinkfedilinkEnglish12•2 years agoHE SAID IT’S ESPECIALLY USEFUL FOR CRACKING OLD GAMES!
minus-square@clemdemort@lemmy.worldlinkfedilink1•2 years agoI’ve used cat to actually concatenate files a lot to re-assemble old Wii games once they were copied to a SIM card, less than using it to see inside a file though. Maybe cracked isn’t the correct word I’m not English lol.
minus-square@nogrub@lemmy.worldlinkfedilink4•2 years agonever execute “sudo rm -r --no-perserve-root” because you whole sytem will be gone
minus-square@Damage@feddit.itlinkfedilink4•edit-22 years agothe -delete option in find goes AFTER the expression. find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *
minus-square@Faresh@lemmy.mllinkfedilinkEnglish3•2 years agoHuh. I wonder if GNU find should be modified, so that -delete only works when explicitly given a directory.
minus-squareKühe sind tolllinkfedilink1•edit-22 years agoThis shouldnt do anything since you didn’t gave it a directory to start with.
We need moar Linux memes!
Seriously, more Linux memes please.
What about Linux Tech Tips?
I say… bring them!!
cat is actually used to concatenate files so if you have two files that you want to merge into a third one you can do
cat file1 file2 > file3
Especially useful for cracking old games
what?
HE SAID IT’S ESPECIALLY USEFUL FOR CRACKING OLD GAMES!
I’ve used cat to actually concatenate files a lot to re-assemble old Wii games once they were copied to a SIM card, less than using it to see inside a file though. Maybe cracked isn’t the correct word I’m not English lol.
Always remove the French language pack
never execute “sudo rm -r --no-perserve-root” because you whole sytem will be gone
the
-delete
option infind
goes AFTER the expression.find -delete [whatever]
will delete EVERYTHING in the current directory and below, likerm -rf *
Huh. I wonder if GNU find should be modified, so that
-delete
only works when explicitly given a directory.This shouldnt do anything since you didn’t gave it a directory to start with.