Advanced Search
Search Results
30 total results found
combining unix stderr output with stdout
The problem is that when I run script x and redirect it to a file, all of the error messages come...
diff and patch
The Ten Minute Guide to diff and patch Using diff and patch
avoiding increasing indents while pasting into vi
When pasting text into a vi editing screen, sometimes you’ll get each line increasingly indented ...
Unix grep, find and maxdepth
I’m writing this so I can find it next time I want to do this, and so my student programmers can ...
Apache log shell scripts
Return count of timestamps with most error logs. A couple years ago an app error_log reported ab...
grep tricks
I’ve been using grep (Global Regular Expression Print) to search files on Unix for years and neve...
15 Basic ‘ls’ Command Examples in Linux
I learned at least three things from this list, and I’ve been using ls for years.15 Basic ‘ls’ Co...
cron job examples
Here are some interesting examples of cron job use. http://www.thegeekstuff.com/2009/06/15-practi...
Linux performance analysis in 60 seconds
Here’s an intro to understanding what’s going on with a Linux server, quickly.http://techblog.net...
Regular Expressions
Regular Expressions are how you match text and patterns of text in a programming language, and on...