Rather useful unix utility
- From: William Bland <news456@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 05:19:57 GMT
http://abstractnonsense.org/cgi-bin/trac.cgi/wiki/ClUtils
A few quick examples:
wjb@bills-laptop ~ $ cl:+ 1 2 3
6
wjb@bills-laptop ~ $ # How big are outbound TCP buffers?
wjb@bills-laptop ~ $ netstat -n | grep tcp | awk '{print $3}' | cl:+
162
wjb@bills-laptop ~ $ cat numbers
1 2 3
4 5
6
wjb@bills-laptop ~ $ cl:mapcar -f "(lambda (x) (* x x))" list -b list < numbers
1
4
9
16
25
36
Enjoy!
Best wishes,
Bill.
.
- Prev by Date: Re: 8051 assembler in Common Lisp
- Next by Date: Re: delete-file & probe-file on directories
- Previous by thread: Re: [OT] can anyone offer Lisp job?
- Next by thread: Deploying lisp based image applications
- Index(es):