|
|
|
|
|
by naner
5784 days ago
|
|
Writing this comment, I had to look up the order of the parameters to tar; I still can't remember. Stupid tar. The -f (--file) flag takes an argument. So you could do: tar -cf *.cpp -f something.tar
It is easier to remember order if you know what the flags mean. |
|