In this article I will tell you the main rules for naming files and folders in Linux and Unix systems. 1. In Linux and Unix, the filenames are case sensivite. So, LinuxG.txt not the same as linuxg.txt. 2. For naming…
In this article I will tell you the main rules for naming files and folders in Linux and Unix systems. 1. In Linux and Unix, the filenames are case sensivite. So, LinuxG.txt not the same as linuxg.txt. 2. For naming…
Escaping is a method of quoting single characters. The escape (\) preceding a character tells the shell to interpret that character literally. With some commands, like sed and echo, for example, the escaping has the opposite effect, it toggles on…