a frogln

ln [options] [target] [link name]

Lets u make links between files :O

there are 2 types of links

symbolic links (symlinks)

Symlinks are basically a link to a path (like /home/user/file.txt)

You can make symlinks by adding the -s option to ln

hard links

Hardlinks are a link to an inode (which is

ln creates hardlinks by default