#!/bin/csh # # Make an alphanumeric index of directories and put the files in them. # ( jot -c 10 48 ; jot -c 26 65 ; jot -c 26 97 ) | awk '{print("mkdir "$1)}' | csh ( jot -c 10 48 ; jot -c 26 65 ; jot -c 26 97 ) | awk '{print("mv -i "$1"* "$1)}' | csh ln -s G/GNUstep/ . ln -s S/Sites/ . ln -s /Users/proclus/b/bin/ . ln -s /Users/proclus/g/gnu-darwin-func/ . ln -s n/nsmail/ . ln -s u/usr/ .