Thread
:
Desktop Command Execution Widget scripts
View Single Post
zelial
2010-01-12 , 16:50
Posts: 2 | Thanked: 2 times | Joined on Oct 2009
#
32
Cool widget, thanks.
Here's couple of one-liners I use in it:
Root filesystem usage
df /|tail -1|tr -s " "|cut -d " " -f 5
IP address
/sbin/ifconfig `/sbin/route |grep def|tr -s " "|cut -d " " -f 8`|grep inet|sed 's/.*addr:\([^ ]*\).*/\1/'
Quote & Reply
|
The Following 2 Users Say Thank You to zelial For This Useful Post:
iKneaDough
,
Soulfarmer
zelial
View Public Profile
Find all posts by zelial