superkret@feddit.orgBanned from community to Linuxsucks@lemmy.worldEnglish · 1 year agoWhat were the magic letters you need to add again, to just fucking unpack something?lockfeddit.orgimagemessage-square43linkfedilinkarrow-up1147arrow-down127file-text
arrow-up1120arrow-down1imageWhat were the magic letters you need to add again, to just fucking unpack something?lockfeddit.orgsuperkret@feddit.orgBanned from community to Linuxsucks@lemmy.worldEnglish · 1 year agomessage-square43linkfedilinkfile-text
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year agoTar --rfx Welpi failed. R isn’t valid in this context.
minus-squareSc00ter@lemm.eelinkfedilinkEnglisharrow-up2·1 year agoShit r was mine too. Thought it was recursive
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agor adds files to an existing compressed file. So we are saying add a file ®, target this file (t), extract this file (x)
Tar --rfx
Welpi failed. R isn’t valid in this context.
Shit r was mine too. Thought it was recursive
Extract recursively?
r adds files to an existing compressed file.
So we are saying add a file ®, target this file (t), extract this file (x)
Thank you for that insight :)