shell group
Notices
-
I just learned the value of "command ." in !shell script, via the most embarassing route possible: http://status.hackerposse.com/url/3105
-
@tuxitop my automount shell script for automatically mounting removable storage devices(udev)when detected j.mp/RVubFq !linux !shell #script
about 7 months ago from web- mahdi likes this.
-
Entendiendo el !Shell - Post extra (ñapa) http://goo.gl/fb/so0pw !linux !bash
- zinayfuzz repeated this.
-
Entendiendo el !Shell - Parte 5 (Final) http://goo.gl/fb/WNHhG !linux
-
Entendiendo el !Shell - Parte 4 http://goo.gl/fb/WdihI !linux !bash
-
Entendiendo el !Shell - Parte 3 http://goo.gl/fb/WLOr6 !linux !bash
- zinayfuzz and Rafael Pérez Pastor like this.
- zinayfuzz repeated this.
-
Entendiendo el !Shell - Parte 2 http://t.co/bm3QkYlf !linux #bash
-
{ $SHELL -c 'trap "kill -INT $$" INT; sleep 5'; echo $? } gives 4 different behaviors with bash, dash, ksh93 and posh. !debian !unix !shell
-
Of course, to get the different behaviors, one needs to type Ctrl-C (or whatever key that gives a SIGINT) before the 5 seconds.
-
-
For various information about sh shells, in particular portability, I recommend: http://www.in-ulm.de/~mascheck/various/ !shell !cli !unix
-
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.
-
-
!Shell Languages: Bash, Zsh, AppleScript, PowerShell (side-by-side reference sheet): http://hyperpolyglot.org/shell
Sunday, 14-Aug-11 13:34:16 UTC from Qataki -
https://gist.github.com/1141086 Cut from both ends of a string in one command. Too much typing to be useful though. !bash !cli !shell
-
http://pastebin.com/Gf1CBGQc — That's why I #love !Unix / !Linux → The power of simple !Bash !Shell commands ;) #iLike *G*
Tuesday, 05-Jul-11 06:45:06 UTC from mail -
I have joined the !shell group.
Wednesday, 29-Jun-11 17:29:36 UTC from web -
Create a 10MB size file with dd: http://ur1.ca/4h31v !cli !shell
Sunday, 19-Jun-11 15:39:17 UTC from api -
@ejdecena: Recuperar archivos borrados con rm en !linux sin tener que usar herramientas forenses http://goo.gl/wbqrq >> !Recomiendo !Shell
-
Fun with beep http://ur1.ca/4fix1 !cli !shell
Tuesday, 14-Jun-11 15:18:27 UTC from api -
RT @vando Aplicaciones para la consola http://ur1.ca/4elkl !shell !Linux << Completa recopilacion !Recomiendo
-
Aplicaciones para la consola http://ur1.ca/4elkl !cli !shell
Sunday, 12-Jun-11 01:07:22 UTC from api -
find -L . -type l -exec ls -lF --color=yes '{}' + http://mcaf.ee/6k0b1 howto #find broken #symlinks !shell !cli !bash
Friday, 10-Jun-11 18:00:53 UTC from web- Jesús E. Franco Martínez likes this.
- Dominic Hopf repeated this.