bash

TwitterFacebook
Get flash to fully experience Pearltrees

Bash Prompts

This web page is a child of the Bash Prompt HOWTO that I'm maintaining for the Linux Documentation Project . The HOWTO explains a lot more than I'm going to here. My interest in Bash Prompts developed when I found "The BashPrompt Themes Project (now long deceased). Some of their prompts show up here, and a lot of what I've done shows the influence of their work. I started these pages because so many people have been mailing me cool prompts that I couldn't see putting them all in the HOWTO as examples, but I thought they ought to be available to give other people ideas. And it gives me an opportunity to show off some of mine. http://www.gilesorr.com/bashprompt/prompts/index.html
http://www.cyberciti.biz/faq/bash-scripting-using-awk/ H ow do I use awk pattern scanning and processing language under bash scripts? Can you provide a few examples? Awk is an excellent tool for building UNIX/Linux shell scripts. AWK is a programming language that is designed for processing text-based data, either in files or data streams, or using shell pipes. In other words you can combine awk with shell scripts or directly use at a shell prompt.

How To Use awk In Bash Scripting

http://souptonuts.sourceforge.net/chirico/articles/1/stupidcat.html

Stupid cat Tricks: Mike Chirico

Stupid "cat" tricks that work. by Mike Chirico The "cat" command is very powerful and fast.
http://ss64.com/bash/mmv.html

mmv MAN Page

Mass Move and rename - Move, copy, append or link Multiple files using wildcard patterns. Syntax mmv [ Source_Option ] [-h] [-d|p] [-g|t] [-v|n] [--] [ from to ] Options: -h help -d Delete -p Protect (don't delete or overwrite) -g Go -t Terminate -v verbose mode -n no-execute mode (display messages about what would have been done) Source_Options: -m Move source file to target name. Both must be on the same device. Will not move directories. If the source file is a symbolic link, moves the link without checking if the link's target from the new directory is different than the old. -x same as -m, except cross-device moves are done by copying, then deleting source.
GNU BASH is a shell which is modelled after the original Bourne shell, and is installed as the default shell upon most installations of GNU/Linux. This page allows you to download a precompiled copy of GNU Bash v2.03 for Microsoft Windows platforms. Download from the following URL: bash-203.zip [540k] The archive contains the complete source code too. http://www.steve.org.uk/Software/bash/

Steve.org.uk: Free Software - GNU Bash for Windows

http://www.grymoire.com/Unix/Sed.html#uh-8 Thanks for making this the number #1 page in Google on 'sed'! Also see my UNIX Page My twitter handle is @grymoire Last update: Mon Mar 25 08:52:22 EST 2013 Check out my new Sed Reference Chart and My blog post about sed and \t I moved the credits to the end to make this easier for those looking up answers Quick Links - NEW

Sed - An Introduction and Tutorial