Slashdot Mirror


User: FrankieV

FrankieV's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:mkdir on How To Adopt 10 'Good' Unix Habits · · Score: 1

    Especially as it fails in their example:

    Listing 7. A combined example of good habit #3: Combining commands with control operators

    ~ $ cd tmp/a/b/c || mkdir -p tmp/a/b/c && tar xvf -C tmp/a/b/c ~/archive.tar