What is a symlink? How would u end an if else script?
Sigiloso
A symlink is also known as a softlink, which is basically a type of file that points to another file. To end an if-else script: if << start of if-else ... elif ... elif ... else ... fi << end of if-else script (if spelled backwards)