Things I've tagged “bash” (16 things)
-
How to convert a string to upper or lower case in bash? (Thursday November 5, 2009)
Using tr (translate).
-
ack -- a power search tool for programmers (Thursday July 23, 2009)
"better than grep" is not a lie. Really useful tool for searching source and code files. By default it ignores git/svn files (which often spam grep results)
-
Using xargs like I mean it, a bash example. (Monday July 13, 2009)
Using xargs like I mean it. svn st * | grep ā^ Cā | cut -c 8- | xargs svn...
-
A Unix Utility You Should Know About: Pipe Viewer (Thursday June 11, 2009)
Pipe viewer is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
-
Skip to Next or Previous Word in iTerm Using Alt / Option + Left or Right Arrow Keys (Monday May 18, 2009)
This is such a pain to setup.
-
Command-line Fu < The best UNIX commands on the web (Sunday March 22, 2009)
Another bash-fu type site, better than most i've seen. Particular new favourite that gives the power "^x^y" lacked:
"!!:gs/foo/bar -- Runs previous command replacing foo by bar every time that foo appears." -
manpagez (Monday February 16, 2009)
-
10 Tips for Writing Efficient Bash Scripts | HACKTUX (Monday February 2, 2009)
-
Screen? A must for SSH ~ Mattias Geniar (Wednesday October 22, 2008)
-
Updated bash PS1 | Richard Jones, Esq. (Thursday October 16, 2008)
-
Famous Sed One-Liners Explained, Part I - good coders code, great reuse (Wednesday October 8, 2008)
-
Linux Commands - A practical reference (Friday July 18, 2008)
-
Find is a beautiful tool (Thursday July 10, 2008)
-
QDB: Alex on Haskell (Thursday April 24, 2008)
-
Shell Fu. Bash.org for Bash (Saturday March 22, 2008)
-
Speaking UNIX, Part 9: Regular expressions (Sunday March 16, 2008)