home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume18 / changebar / README < prev   
Text File  |  1989-03-12  |  631b  |  19 lines

  1. Changebar only works with files in the current directory.  For example,
  2.  
  3.     changebar foo1 foo2
  4.  
  5. works fine, but:
  6.  
  7.     changebar /tmp/foo1 /otherpath/foo2
  8.  
  9. does not work.  I believe that patch is having a problem with paths.
  10.  
  11. So this is just a quick warning to users that this limitation exists.
  12. I do not plan to fix it, however a user who wanted to fix the situation
  13. could, I suppose, copy each file to a known name in /tmp, for example,
  14. then pushd to /tmp, do the changebar work there, then delete the temp
  15. files, copy the .chbar result to the original directory and finally
  16. get rid of any other temp files that we created.
  17.  
  18. Rob Peck
  19.