Displaying 1 result from an estimated 1 matches for "applemv".
Did you mean:
  applemo
  
1998 Feb 12
0
Integrating Samba and Netatalk.. :-)
...created on the mac.  Since if a PC user moves a file it won't
move the resource fork.  Now the mac can still access this file it just
don't know who created it...
But I don't see any variables that hold the current file name...  I was
thinking along the lines of...
mv_preexec = "applemv $orig_name $new_name"
I can't think of the exact syntax for the script right now, example...
This is what would be passed to the script...
$orig_name = "/home/users/user/testfile"
$new_name  = "/home/users/user/renamed"
mv /home/users/user/.appledouble/testfile /hom...