
Today I learned
Getting the full path of a file or folder in Linux
I often needed to copy the full path from a file or folder when I was somewhere deep in the file system. I always run pwd to get the current directory path, copied the string, pasted it somewhere, and then add the file or folder name behind. This was kind