Omair Majid
Announcements, thoughts, code and fun
Home
Posts
Projects
Talks
About
Unix
25
Jun 2020
Variables and Environment Variables In Bash
Most programming languages make heavy use of ordinary variables. They also (generally) support using environment variables. Shells like bash …
10
Jun 2020
The magic of file
Ever wonder how file(1)1 works? After reading this post, you should understand all about file and its underpinnings. file Using the file …