I am trying to build DB_File perl module on a AIX box. I have built and install BerkeleyDB 4.8, it is installed at /usr/local/BerkeleyDB. When I attempt to build the ...
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
I'm trying to write a simple script that will go through a partition and list out the top 10 files that are taking up the most space. I was planning on using perl's File command to recursively go ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...