bash

Pimp your ls

2010/05/27

Here are some of the things that you can do with your ls command. First off you can use alias’s to help you type the most typical ls commands. I will give you some examples: […] alias …

more powerful grep – ack

2010/05/26

For last couple of days, I have been using ack instead of grep. Here is description of ack: […] Ack is designed as a replacement for grep. […] There are couple of reasons I am using ack. …

mussh - Multihost SSH wrapper

2010/05/25

Description: […] Mussh is a <a class="zem_slink freebase/en/shell_script" title="Shell script" rel="wikipedia" …

Menu driven ssh.

2010/05/24

I have quite a lot of servers where I need to ssh at workplace and I generally don&#8217;t remember all of them, so I wrote a simple yet useful script. In all the servers I have already copied my …

Display the history and optionally grep

2010/05/19

Ever wondered how good it would be to have a command/function that would display the history or display the history with <a class="zem_slink" title="Grep" …

Awk Introduction Tutorial – 7 Awk Print Examples

2010/05/19

awk examples Awk Introduction Tutorial – 7 Awk Print Examples This is the first article on the new awk tutorial series. We’ll be posting several articles on awk in the upcoming weeks that will cover …

Mirror or download a website with a tool much better than wget

2010/05/19

If you want to mirror a <a class="zem_slink freebase/en/website" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website, the …

List all the installed firefox addons from the bash script

2010/05/18

Here is a one-line that would help you get the <a class="zem_slink freebase/en/mozilla_firefox" title="Firefox" rel="homepage" …

Get the most favourite commands from commandlinefu

2010/05/12

For those of you who don&#8217;t know, commandlinefu should be one place you should watch to learn new things for command line. Everyday a lot of people post commands to better the previously …

Pipe stdout and stderr, etc., to separate commands

2010/05/11

$ some_command > >(/bin/cmd_for_stdout) 2> >(/bin/cmd_for_stderr) You can use [n]> combined with >(cmd) to attach the various output file descriptors to be the input of different …

Easier Reinstalls

2010/05/10

Easier Reinstalls I typically reinstall my computer operating system every six months. The reasons for this are that it cleans out the system and reinstalls require me to be in front of the computer …

coproc help - a new feature in bash

2010/05/10

In the <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash version 4.0, there …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it