Bash - Recent Bookmarks - Page 1:
Things you (probably) didn't know about xargs
In the examples above xargs reads all non-white-space elements from standard input and concatenates them into the given command line before executing it. This alone is very useful in many circumstance... Read more
http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html
Tags: xargs, linux, unix, howto, commandline, reference, shell, bash, programming, tips Saved by: admin at 27 Jun 2011
In the examples above xargs reads all non-white-space elements from standard input and concatenates them into the given command line before executing it. This alone is very useful in many circumstance... Read more
http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html
Tags: xargs, linux, unix, howto, commandline, reference, shell, bash, programming, tips Saved by: admin at 27 Jun 2011
Shell Programming for Beginners
Peter Chubb The Bourne shell is universally available on every Linux system, from the least-powerful embedded device, to the largest supercomputer. In this tutorial, we'll cover the basics of: The She... Read more
http://ontwik.com/linux/shell-programming-for-beginners/
Tags: programming, shell, bash, linux, tutorial, unix, development, video, howto, dev Saved by: admin at 31 May 2011
Peter Chubb The Bourne shell is universally available on every Linux system, from the least-powerful embedded device, to the largest supercomputer. In this tutorial, we'll cover the basics of: The She... Read more
http://ontwik.com/linux/shell-programming-for-beginners/
Tags: programming, shell, bash, linux, tutorial, unix, development, video, howto, dev Saved by: admin at 31 May 2011
apenwarr - Business is Programming
I've seen several articles in the past with titles like "Top 10 things you didn't know about bash programming." These articles are disappointing on two levels: first of all, the tricks are almost alwa... Read more
http://apenwarr.ca/log/?m=201102#28
Tags: shell, programming, unix, bash, posix, linux, scripting, tips, sh, reference Saved by: admin at 01 Mar 2011
I've seen several articles in the past with titles like "Top 10 things you didn't know about bash programming." These articles are disappointing on two levels: first of all, the tricks are almost alwa... Read more
http://apenwarr.ca/log/?m=201102#28
Tags: shell, programming, unix, bash, posix, linux, scripting, tips, sh, reference Saved by: admin at 01 Mar 2011
Learning awk with Practical Examples
Exercise #1: Learning awk Basics... http://bashshell.net/stream-filtering-utilities/exercise-1-learning-awk-basics/ – Hacker News Bot (hackernewsbot) http://twitter.com/hackernewsbot/status/36480161... Read more
http://bashshell.net/stream-filtering-utilities/exercise-1-learning-awk-basics/
Tags: awk, bash, linux, tutorial, howto, shell, cli, commandline, basics, blog Saved by: admin at 13 Feb 2011
Exercise #1: Learning awk Basics... http://bashshell.net/stream-filtering-utilities/exercise-1-learning-awk-basics/ – Hacker News Bot (hackernewsbot) http://twitter.com/hackernewsbot/status/36480161... Read more
http://bashshell.net/stream-filtering-utilities/exercise-1-learning-awk-basics/
Tags: awk, bash, linux, tutorial, howto, shell, cli, commandline, basics, blog Saved by: admin at 13 Feb 2011
Ksplice » Solving problems with proc - System administration and software blog
The Linux kernel exposes a wealth of information through the proc special filesystem. It's not hard to find an encyclopedic reference about proc. In this article I'll take a different approach: we'll ... Read more
http://blog.ksplice.com/2011/01/solving-problems-with-proc/
Tags: linux, proc, sysadmin, kernel, bash, scripting, tips, dev-unix, shell, script Saved by: admin at 12 Jan 2011
The Linux kernel exposes a wealth of information through the proc special filesystem. It's not hard to find an encyclopedic reference about proc. In this article I'll take a different approach: we'll ... Read more
http://blog.ksplice.com/2011/01/solving-problems-with-proc/
Tags: linux, proc, sysadmin, kernel, bash, scripting, tips, dev-unix, shell, script Saved by: admin at 12 Jan 2011
50 UNIX / Linux Sysadmin Tutorials
Tutoriales para Sysadmins recomendado !
http://www.thegeekstuff.com/2010/12/50-unix-linux-sysadmin-tutorials/
Tags: linux, sysadmin, tutorial, unix, tips, howto, admin, reference, tutorials, bash Saved by: admin at 27 Dec 2010
Tutoriales para Sysadmins recomendado !
http://www.thegeekstuff.com/2010/12/50-unix-linux-sysadmin-tutorials/
Tags: linux, sysadmin, tutorial, unix, tips, howto, admin, reference, tutorials, bash Saved by: admin at 27 Dec 2010
25 More - Sick Linux Commands
25 sick Linux [не обязательно] commands. http://blog.urfix.com/25-sick-linux-commands/ Порадовали скобочки: (cd /tmp && ls) – Дмитрий Честных (dchest) ht... Read more
http://blog.urfix.com/25-sick-linux-commands/
Tags: linux, commands, cli, unix, bash, commandline, tips, command-line, command, reference Saved by: admin at 05 Dec 2010
25 sick Linux [не обязательно] commands. http://blog.urfix.com/25-sick-linux-commands/ Порадовали скобочки: (cd /tmp && ls) – Дмитрий Честных (dchest) ht... Read more
http://blog.urfix.com/25-sick-linux-commands/
Tags: linux, commands, cli, unix, bash, commandline, tips, command-line, command, reference Saved by: admin at 05 Dec 2010
Top 25 Best Linux Commands
As a Linux user you’ll come to learn and love certain commands. Remembering these commands is the toughest part. Some people use cheat-sheets some create scripts, and some just refer to website for ... Read more
http://blog.urfix.com/25-linux-commands/
Tags: linux, tips, bash, shell, unix, command, commands, command-line, reference, commandline Saved by: admin at 01 Nov 2010
As a Linux user you’ll come to learn and love certain commands. Remembering these commands is the toughest part. Some people use cheat-sheets some create scripts, and some just refer to website for ... Read more
http://blog.urfix.com/25-linux-commands/
Tags: linux, tips, bash, shell, unix, command, commands, command-line, reference, commandline Saved by: admin at 01 Nov 2010
GNU Parallel - build and execute command lines from standard input in parallel - Summary [Savannah]
"GNU parallel is a shell tool for executing jobs in parallel. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list o... Read more
http://savannah.gnu.org/projects/parallel
Tags: bash, linux, shell, parallel, scripting, tool, unix, gnu, programming, reference Saved by: admin at 18 Oct 2010
"GNU parallel is a shell tool for executing jobs in parallel. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list o... Read more
http://savannah.gnu.org/projects/parallel
Tags: bash, linux, shell, parallel, scripting, tool, unix, gnu, programming, reference Saved by: admin at 18 Oct 2010
Undelete! | Atomic Object, Software Design & Development
I was working on a server this morning and accidentally deleted an important configuration file. Like many Linux users, I lamented the absence of an “undelete” command. The file wasn’t still ope... Read more
http://spin.atomicobject.com/2010/08/18/undelete?utm_source=y-combinator&utm_medium=social-media&utm_campaign=technical
Tags: linux, grep, undelete, tips, sysadmin, bash, unix, shell, filesystem, scripting Saved by: admin at 20 Aug 2010
I was working on a server this morning and accidentally deleted an important configuration file. Like many Linux users, I lamented the absence of an “undelete” command. The file wasn’t still ope... Read more
http://spin.atomicobject.com/2010/08/18/undelete?utm_source=y-combinator&utm_medium=social-media&utm_campaign=technical
Tags: linux, grep, undelete, tips, sysadmin, bash, unix, shell, filesystem, scripting Saved by: admin at 20 Aug 2010