@sebastiancarlos to Linux@lemmy.mlEnglish • 1 year agoHow to write a 'tar' commandimagemessage-square159arrow-up1859arrow-down117
arrow-up1842arrow-down1imageHow to write a 'tar' command@sebastiancarlos to Linux@lemmy.mlEnglish • 1 year agomessage-square159
minus-square@Gecko@lemmy.worldlinkfedilinkEnglish16•1 year agoOr just use long-forms like tar --create --file pics.tar ./pics instead of tar -cf pics.tar ./pics or tar --extract --file pics.tar``` instead of tar -xf pics.tar which is honestly way easier to remember... \^\^
Or just use long-forms like
tar --create --file pics.tar ./pics
instead of
or
tar --extract --file pics.tar``` instead of
tar -xf pics.tar
which is honestly way easier to remember... \^\^