Forgot your password?
typodupeerror

Comment Re:mkdir (Score 1) 360

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

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...