{ Snipperize } /Perl

Perl snippets

Here are the latest Perl snippets. Please choose your favorite one or add a new one.

Use DeviceIOControl Go Retrieve Disk Geometry

A simple example to retrieve disk geometry via Device IO Control. I hard coded the disk number to //./PhysicalDrive0. This script is a read-only operation to your hard disk. It has no influence to your hard disk.

Perl / Bash, DeviceIOControl, Geometry / by ThePeppersStudio (392 days, 10.47 hours ago)

Perl Keyword Search (one liner)

Objective: To search for any combination of (up to) 5 keywords per line of a file. Usage: keyfind.sh foo bar Assuming you have a file named 'somefile' and it contains "This bar tastes like foo!" in it, then you will get: This bar tastes like foo!

Perl / search, bash / by ThePeppersStudio (393 days, 12.04 hours ago)

  • 1