|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ C/C++ ] "VIEWING ALL C FILES AT ONCE" - Ülkü SAYILAN - (2003-12-10 13:33:08) [2771] VIEWING ALL C FILES AT ONCE 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. Mail to My Friend , Home Page |  |