What happens when you type `ls -l *.c` in the shell?Before talking about the command itself, it’s important to understand what the terminal is and what the shell is:Apr 9, 2021Apr 9, 2021
GCC — Compiling C filesGCC, which actually stands for GNU Compiler Collection, is a program used to convert a source file into an executable program. The GCC…Feb 7, 2021Feb 7, 2021
Hard link vs Symbolic linkWhile both hard links and symbolic (soft links) seek to perform the same function, they operate is different ways. Both serve as…Feb 7, 2021Feb 7, 2021