The Awesome Dude
  • Home
  • About Me
Sign in Subscribe

unix

A collection of 3 posts
unix

Getting Started with emacs in 30 Minutes

Emacs is a very extensible text editor that was started as far as 1970s. I have never really explored this editor much but somehow recently become interested to get to know this tool a bit more. This post will share a very quick journey of how setting up emacs and
08 Jul 2018 5 min read
unix

Grep From List of Words

Grep is very powerful unix command line tools to search plain-text dataset using regex. The basic functionality of grep is as follow: grep [pattern] [file] Since wikipedia [https://en.wikipedia.org/wiki/Grep] already has an excellent introduction for the basic functionality. I will jump out to uncommon feature to
04 Oct 2016 1 min read
bash

Bash Trick - Editing Shell Command

There will a time when we need to run a long or complex command in bash. I found myself in this situation when I play around with elasticsearch today. I need to run many curl command with long body like the below. curl -XGET localhost:9200/megacorp/employee/_search?pretty
13 Apr 2016 1 min read
Page 1 of 1
The Awesome Dude © 2026
Powered by Ghost