|
|
1.1 ! root 1: ! 2: ! 3: ! 4: GCOMP(1) Icon Program Library GCOMP(1) ! 5: ! 6: ! 7: ! 8: NNNNAAAAMMMMEEEE ! 9: gcomp - global complement of file names ! 10: ! 11: SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS ! 12: ggggccccoooommmmpppp files ! 13: ! 14: DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN ! 15: _G_c_o_m_p produces a list of the files in the current directory ! 16: that do not appear among the arguments. For example, ! 17: ! 18: gcomp *.c ! 19: ! 20: produces a list of files in the current directory that do ! 21: not end in ....cccc. As another example, to remove all the files ! 22: in the current directory that do not match MMMMaaaakkkkeeeeffffiiiilllleeee, ****....cccc, or ! 23: ****....hhhh, the following can be used: ! 24: ! 25: rm `gcomp Makefile *.c *.h` ! 26: ! 27: The files .... and ........ are not included in the output, but other ! 28: `dot files' are. ! 29: ! 30: BBBBUUUUGGGGSSSS ! 31: _G_c_o_m_p reads the current directory as a file and assumes that ! 32: all directory entires are 16 bytes in length. ! 33: ! 34: SSSSEEEEEEEE AAAALLLLSSSSOOOO ! 35: fset(1), gset(1) ! 36: ! 37: AAAAUUUUTTTTHHHHOOOORRRR ! 38: William H. Mitchell ! 39: ! 40: ! 41: ! 42: ! 43: ! 44: ! 45: ! 46: ! 47: ! 48: ! 49: ! 50: ! 51: ! 52: ! 53: ! 54: ! 55: ! 56: ! 57: ! 58: ! 59: ! 60: ! 61: ! 62: ! 63: Version 5.9 The University of Arizona - 8/15/83 1 ! 64: ! 65: ! 66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.