Visually examine all the shell scripts in a directory.
Code starts here
less $(file *|grep script|sed 's/^\([^:]*\):.*/\1/')
Submitted by Devscripts on 27-02-2003 20:31