Bourne Again SHell group (bash) group
Notices
-
nojhan / liquidprompt - A useful adaptive prompt for !Bash & !Zsh - https://github.com/nojhan/liquidprompt
- Kete Foy likes this.
-
This looks amazing! Yet another thing I've GOT to try.
-
Yes, ain't no standstill in sight.
-
ya lo recordé, es: LC_ALL=C; así la terminal devuelve las salidas en inglés aunque el sistema esté en otro idioma !linux !bash !cli
-
-
¿cuál es el comando para que la terminal devuelva las salidas en inglés aunque el sistema se encuentre en otro idioma? !linux !bash !cli
- Jose R Rodriguez repeated this.
-
@pehjota gracias de todas formas :)
-
@katonakoso Ah, leí mal la pregunta. :) Sí, es LC_ALL=C, LC_ALL=POSIX, LC_ALL=en_US.UTF-8 o similar.
Gatoso Kot likes this. -
@pehjota gracias :)
-
RT @victorhck: Programando en !Bash - parte 1 http://ur1.ca/ailyv !GNU !Linux
-

When making my traditional Thanksgiving Stuffing, the first step is #coffee …
about 7 months ago from feed- B. Ross Ashley and Q like this.
-
@laurelrusswurm I imagine a cookbook, the first step in every recipe is: make a cup of !coffee
laurelrusswurm likes this. -
@encycl From !Emacs out of Xorg ... compiling the 3.6.1 version of !linuxlibre to free !Debian with a cup of !tea and a #woman of !BASH 40%
-
@encycl works for me :)
-
Find linux processes with largest open files (including deleted): lsof / | awk '{ print $7, $9, $2, $1 }' | sort -nr | head !cli !bash
- Kesara Rathnayake likes this.
- Kesara Rathnayake repeated this.
-
about 10 months ago from web
- Ben Sturmfels, aleksejrs and gryps75 and 11 others like this.
- Marcio B. Jr., Micky and Fayaz Yusuf Khan and 3 others repeated this.
-
@fzerorubigd I know! it just doesn't work with the default configuration.
-
@gnuman you can check if the key is correctly bound by running "bind -p | grep edit-and-execute-command". try google for more info :)
Hilton Garcia Fernandes likes this. -
haha Persian hackers kick ass :)
Ali Mousavi likes this.
-
- Carlos Solís likes this.
- Carlos Solís repeated this.
-
Carlos Solís likes this.
-
This #Readline behavior has bugged me for years. Frankly, !Emacs transpose-words behavior almost always doesn't DWIM in !Bash: ur1.ca/a4jz8
about 8 months ago from web -
Get insults with #sudo !cli !bash !archlinux https://wiki.archlinux.org/index.php/Sudo#Insults
-
@postblue insults are on by default on OpenBSD
-
♻ @postblue Get insults with #sudo !cli !bash !archlinux http://ur1.ca/9vlb4 / I miss sudo, in my new corp we use power broker
-
@archgt@identi.ca Good to know, thank you ! =)
-
-
RT @otakukuma #getopts tutorial http://ur1.ca/9ssio !zsh !bash !cli
about 10 months ago from web -
Is "lshw -X" the best command to see the hardware that recognized the OS???? !gnu !parabola !bash !shell
about a year ago from web-
@Inxwalt I want to see all my hardware (exactly if it's working) in a only command, if it's possible.
-
@ore07 lshw is your friend, but you’ll need to install it (and just run it as root, without -X to avoid de GUI).
-
@ore07 Don’t forget
lsmodto see which kernel modules are loaded. Sometimes, that’s the best way to see what was detected.
-
-
#shazbot is an !irc bot written in pure !bash (or as pure as !bash usually gets): http://ur1.ca/99n31
about a year ago from api -
cli companion https://launchpad.net/clicompanion/ #cli !bash !Linux !ubuntu
- piter smith likes this.
-
ascii.io - #Python-powered #terminal recording and sharing from http://bit.ly/HowRS8 !Linux !webdev !python !bash
-
¿cómo puedo añadir(de una sola vez)todas las carpetas dentro de un directorio a la pila de directorios (directory stack)? !cli !bash !linux
-
!bash !cli algo como: $ find . -maxdepth 1 -type d -print0 | xargs -0 aux_script.sh // traverse subdirectories and passing them to a script
-
más tips de find: http://ur1.ca/418fl y las opciones del find de ejemplo, en el manual están claritas;)
-
@tzk gracias, eres muy amable :)
-