$ tail +3 sample.c { printf("Test\n"); } $ tail -n 2 sample* ==> sample.c <== printf("Test\n"); } ==> sample.f <== WRITE(*,*) i,j,k END $