Skip to content

Instantly share code, notes, and snippets.

View kurianbenoy's full-sized avatar
🖥️
Building things!!

Kurian Benoy kurianbenoy

🖥️
Building things!!
View GitHub Profile
@kurianbenoy
kurianbenoy / linuxcommands.md
Last active April 2, 2019 22:40
TOP 50 Linux Commands

I have been thinking about learning some of the popular linux commands.

If You want to learn all linux commands use

compgen -c

So My list goes on:

  1. grep Used to search for a given string in file, directory or system
  2. find Used to search for a particular file in the system
  3. sort