Tags: bash*

0 bookmark(s) - Sort by: Date ↑ / Title /

  1. 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
  2. sudo -- sh -c 'whoami; whoami'
    2020-03-24 Tags: , , , by klotz
  3. #!/bin/bash
    {
    sleep 5m
    kill $$
    } &

    while true
    do
    date
    sleep 1
    done

    or

    timeout 5m bash script.sh
    2020-12-23 Tags: , by klotz
  4. substring, replace string, etc.
    2021-03-19 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: tagged with "bash"

About - Propulsed by SemanticScuttle