cutparent
cutparent is a command-line utility designed for manipulating file paths. Its primary function is to remove a specified number of parent directories from a given path. For example, if you have a path like /home/user/documents/project/src/file.txt and you want to remove two parent directories, cutparent would return /home/user/documents/project/file.txt.
The utility typically takes two arguments: the number of parent directories to remove and the path itself.
cutparent is usually available on Unix-like operating systems and can be installed through package managers. Its