Entradas

Mostrando entradas de septiembre, 2020

Command ls *.c

Imagen
  The command is very useful to see the files and directories that we have within the directory in which we are. The ls command in linux is one of the basic, fundamental and most useful commands. From this command you can list (view) the files and directories contained in the current work path. In this blog we will talk about the sentence  ls *.c The ls command is responsible for displaying the content of a path (folder), this includes files and other paths (folders). If we take into account the example of a computer, this can be used to work, to play, to surf the Internet and thus has infinite uses from tools such as software. In this sense, the ls command has tools that help us to see other characteristics of the files, it also serves to see types of files and folders and in the same way it has many more functions. If we separate the command ls * .c the following would happen: ls -> show file and paths within current path .c -> refers to the file type such as .txt is...