rev

Barry Buchbinder bbuchbinder@yahoo.com
Wed Jul 10 17:45:00 GMT 2002


How about a script:
==============
#!/bin/sh
/bin/gawk '{
OUT = ""
for (INDX = length; INDX > 0; INDX-- ) {
    OUT = OUT substr($0,INDX,1) }
print OUT
}' "$@"
==============

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list