rm -r -f dirname
Esc-x hexl-mode
distill -graydownsample off filename
setenv PRINTER hp4050add this command to .cshrc file to have it executed on startup. NOTE: if you change your default printer for use with the 'auto' command for printing out images, then you MUST place this command in your .cshrc file AND log off and log on again in order to have it apply to the image printouts.
find . -size +5000 -print
To mount your backup volume, execute the following commands: cd < project volume location > fs lv . fs mkm < where to mount the backup volume > < backup volume name > To find the, you first have to find the file system's name for your volume with the 'fs lv' (File System, List Volume) command. The name of your backup volume is the same as the original volume, with a '.backup' appended. For example, to mount the backup volume for the mitosis volume as 'OldFiles': % cd /afs/andrew/mcs/bio/mitosis % fs lv . Volume status for vid = 1234567890 named mcs.bio.mitosis Current disk quota is 10000 Current blocks used are 1234 The partition has 123456 blocks available out of 987654 % fs mkm ./OldFiles mcs.bio.mitosis.backup