Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 2 / 2
Newer►
26 results for tags bash x
  • ShellCheck – Online shell script analyzer
    via Korben
    permalink -
    - http://www.shellcheck.net/
    bash linux online script shell
  • Color Bash Prompt - ArchWiki
    des promps hallucinants !
    ┌─[andy@alba]─[~]
    └──╼ ls
    Desktop Documents Music public.desktop
    permalink -
    - https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    bash color linux shell
  • Arch Linux ARM • View topic - PPv4: Why isn't .bashrc being executed
    Je me demandais pourquoi sur le raspberry sous Arch, mon .bashrc ne se lançait pas au login depuis putty : il y a un .bashrc "global" (/etc/bash.bashrc)
    permalink -
    - http://archlinuxarm.org/forum/viewtopic.php?f=18&t=4978
    archlinux bash linux raspberry
  • Les perles de @climagic (et co)
    via @climagic--via bajazet
    permalink -
    - http://quack1.no-ip.org/les-perles-de-climagic-et-co.html
    bash linux shell
  • execution time / runtime -- bash script please help! - The UNIX and Linux Forums
    Toujours une question de temps...
    res1=$(date +%s.%N)
    sleep 1
    res2=$(date +%s.%N)
    echo "Start time: $res1"
    echo "Stop time:  $res2"
    printf "Elapsed:    %.3F\n"  $(echo "$res2 - $res1"|bc )
    permalink -
    - http://www.unix.com/shell-programming-scripting/122058-execution-time-runtime-bash-script-please-help.html
    bash linux
  • Using time command in bash script - Stack Overflow
    #!/bin/bash

    # Get time as a UNIX timestamp (seconds elapsed since Jan 1, 1970 0:00 UTC)
    T="$(date +%s)"

    # Do some work here
    sleep 2

    T="$(($(date +%s)-T))"
    echo "Time in seconds: ${T}"
    permalink -
    - http://stackoverflow.com/questions/3683434/using-time-command-in-bash-script
    bash linux
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.