16 things tagged “Bash”
-
Thursday November 5, 2009
How to convert a string to upper or lower case in bash?
Using tr (translate). -
Wednesday September 2, 2009
Speaking UNIX, Part 9: Regular expressions
-
Thursday July 23, 2009
ack -- a power search tool for programmers
"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) -
Monday July 13, 2009
Using xargs like I mean it, a bash example.
Using xargs like I mean it. svn st * | grep “^ C” | cut -c 8- | xargs svn... -
Thursday June 11, 2009
A Unix Utility You Should Know About: Pipe Viewer
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. -
Monday May 18, 2009
Skip to Next or Previous Word in iTerm Using Alt / Option + Left or Right Arrow Keys
This is such a pain to setup. -
Sunday March 22, 2009
Command-line Fu < The best UNIX commands on the web
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." -
Monday February 16, 2009
manpagez
-
Monday February 2, 2009
10 Tips for Writing Efficient Bash Scripts | HACKTUX
-
Wednesday October 22, 2008
Screen? A must for SSH ~ Mattias Geniar
-
Thursday October 16, 2008
Updated bash PS1 | Richard Jones, Esq.
-
Wednesday October 8, 2008
Famous Sed One-Liners Explained, Part I - good coders code, great reuse
-
Friday July 18, 2008
Linux Commands - A practical reference
-
Saturday July 12, 2008
Find is a beautiful tool
-
Sunday June 22, 2008
QDB: Alex on Haskell
-
Friday May 2, 2008
Shell Fu. Bash.org for Bash