Explains how to get the inode usage count and the number of free inodes on a Linux system. Also covers how to find inode number of a file and search for a file using a inode number.
Learn how to simulate a multi-dimensional array in bash using an associate array with clever use of the hash key. Bash 4 only provides one-dimensional indexed and associative array variables.