[Perl] Prettify Command Output. - Programming On Unix

Users browsing this thread: 1 Guest(s)
crshd
Registered
I've been working on some Perl wrappers to prettify the output of common commands.

#df
[Image: vZXZ5bQ.png]
###Script
**Note:** BSD users need to use _gdf_ instead of BSD's _df_



#uname
![scrot](http://paste.xinu.at/IvsxN/)
###Script
**Note:** Untested on BSD. If I remember correctly, uname on BSD is different than Linux, so I suppose it won't work.

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCA/IT d-(---)@ s+: a-- C+++(++++)$ UBL*+++ P+++>++++ L++ E W+++$ !N !o K !w !O M+>++ !V PS+++ PE !Y PGP+ !t-- !5 !X R@ tv- b+ DI D+ G e h r++ y+
------END GEEK CODE BLOCK------



Messages In This Thread
[Perl] Prettify Command Output. - by crshd - 27-07-2012, 09:36 AM
RE: [Perl] Prettify Command Output. - by yrmt - 27-07-2012, 11:04 AM
RE: [Perl] Prettify Command Output. - by simon - 30-07-2012, 06:23 AM
RE: [Perl] Prettify Command Output. - by Dritz - 04-09-2012, 03:22 AM