klotz: bash*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. sudo -- sh -c 'whoami; whoami'
    2020-03-24 Tags: , , , by klotz
  2. Installing bash-completion with Homebrew
    To install bash-completion, you have to:

    brew install bash-completion
    And add the following to your ~/.bash_profile:

    if -f $(brew --prefix)/etc/bash_completion » ; then
    . $(brew --prefix)/etc/bash_completion
    fi
    2020-02-11 Tags: , , by klotz
  3. 2018-01-11 Tags: , by klotz
  4. ( cmdpid=$BASHPID;
    (sleep 10; kill $cmdpid)
    & while ! ping -w 1 www.goooooogle.com
    do
    echo crap;
    done )
    2016-11-09 Tags: by klotz
  5. 2016-03-23 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 4 of 0 SemanticScuttle - klotz.me: Tags: bash

About - Propulsed by SemanticScuttle