Melkin Andrés¿What happens when you type ls -l in the shell (under the hoods)?In this article, we are going to talk about how the shell works under the hoods through our experience creating our own shell in C…Apr 16, 2020Apr 16, 2020
Melkin Andrés¿What is a C static library?Static libraries are essentially a set of object files that are copied into a single file. When static libraries are linked into a program…Mar 2, 2020Mar 2, 2020
Melkin Andrés¿What is the difference between a hard link and a symbolic link?In Unix a hard link refers to a file, i.e. the physical data in a file system. Hard links can associate several files sharing the same…Feb 4, 2020Feb 4, 2020
Melkin AndrésWhat happens when you type ls *.cFirst, let’s take back the meaning of each of the components that we find within “ls * .c”.Feb 4, 2020Feb 4, 2020