A similar Perl pie command might change Windows (DOS) style line endings (carriage return, linefeed) to Unix style line endings (linefeed only) or to replace other bytes in a file whether the file is ...
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 ...
So I have a perl script that pulls some handy dandy info out of the xml file produced by the system_profiler shell command.<BR><BR>The perl script, after the usual ...