A shebang, also known as a hashbang or a sharpbang, is a special sequence of characters at the beginning of a script that specifies the…
Tag: CLI
What are Wildcards in Linux?
In Linux, a wildcard is a character or a sequence of characters that can be used to represent a set of characters. Wildcards are used…
Relative and absolute paths in Linux
In Linux, a path is a way of identifying the location of a file or directory on your computer’s file system. There are two types…