@[email protected] to [email protected]English • 2 years agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square157fedilinkarrow-up1845
arrow-up1845imageHow to write a 'tar' commandlemmy.sdf.org@[email protected] to [email protected]English • 2 years agomessage-square157fedilink
minus-square@[email protected]linkfedilinkEnglish6•2 years agoI usually just use tar -xvf {file} – I like the verbosity when extracting just so I know it actually is doing things.
minus-square@[email protected]linkfedilink2•2 years agoI usually skip the -v, because it’s much faster that way.
I usually just use
tar -xvf {file}
– I like the verbosity when extracting just so I know it actually is doing things.I usually skip the -v, because it’s much faster that way.