home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / misc / 21778 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  800 b 

  1. From: David.Gursky@p394.f70.n109.z1.fidonet.org (David Gursky)
  2. Sender: Uucp@blkcat.UUCP
  3. Path: sparky!uunet!blkcat!Uucp
  4. Newsgroups: comp.sys.next.misc
  5. Subject: adding file suffix
  6. Message-ID: <721285254.AA00000@blkcat.UUCP>
  7. Date: Sun, 08 Nov 1992 22:53:26 -0500
  8. Lines: 9
  9.  
  10.   HF> I just transfered about 200 Mac tiff files from a Mac HD to my NeXT
  11.   HF> HD. Of course they show up just like text files which I just add the
  12.   HF> .tiff suffix and everthing is fine. But I don't want to change them
  13.   HF> all by hand so the QUESTION is;  is there a neat UNIX thing that will
  14.   HF> allow me to batch them all with the .tiff suffix ??
  15.  
  16. How about moving them all into a single sub-directory, opening a terminal shell,
  17. moving to the aforementioned directory, and using a command to the effect of "mv
  18. * *.tiff"
  19.