← Back to Users
FrankieV's activity in the archive.
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
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