You're viewing a single thread.
View all comments
158
comments
Or 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... \^\^
16 0 Reply
You've viewed 158 comments.
Scroll to top