To view all C files in all
subdirectories IN ONE COMMAND
Just say:
vi `find . -name "*.c" `
This will find all C files and
outpud of find in the input to vi.
While is vi, use the command ":n" to
view each next file.
This tip generously supported by: dkotian1@rediffmail.com NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.