|
|
1.1 root 1: #ifndef lint
2: static char sccsid[] = "@(#)lenrem.c 4.1 (Berkeley) 1/1/83";
3: #endif
4:
5: main(argc,argv)
6: char *argv[];
7: {
8: /* args: 1 is name to fix, 2 is this directory */
9: if (argv[1][0] == '/')
10: printf("%s\n",argv[1]);
11: else
12: printf("%s/%s\n", argv[2], argv[1]);
13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.