search for: tfil

Displaying 4 results from an estimated 4 matches for "tfil".

Did you mean: tail
2008 Oct 09
2
find cont'd 3
...estion about find. I looked at the gnome tool and tried to simulate what it is doing. I can't use it directly because it won't do sed. Basically I want to find all files with a string (except binary) and change it. let STR be the string I am looking for. NEW is new string. I am doing TFIL=/usr/tmp/dummy$$.txt find . -type f | while read fil do grep "$STR" $fil > $TFIL [ $? -eq 0 ] || continue ## does not match if [ "$(cat $TFIL)" = "Binary file $fil matches" ] then continue # Don't operate on binary files...
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
...copying the lists, so here we go again) In my testing that wasn't the case. If I manually copy the apple generated AppleDouble file and it's 0 byte main file to my test system, the correct size (including the resource forks) are shown but the file type is not translated. Using "GetFileInfo" a file copied to the new (vfs_fruit) server using finder will show: type: "tfil" creator: "movr" but the same file with the AppleDouble copied at the unix level (scp) from the old server shows: type: "\0\0\0\0" creator: "\0\0\0\0" So I think the...
2016 May 03
2
Migration to vfs_fruit with existing AppleDouble files?
...at wasn't the case. If I manually copy the apple > generated > > AppleDouble file and it's 0 byte main file to my test system, the > correct > > size (including the resource forks) are shown but the file type is not > > translated. > > > > Using "GetFileInfo" a file copied to the new (vfs_fruit) server using > > finder will show: > > type: "tfil" > > creator: "movr" > > > > but the same file with the AppleDouble copied at the unix level (scp) > from > > the old server shows: > >...
2016 Apr 27
4
Migration to vfs_fruit with existing AppleDouble files?
Thanks for the response! This would be really helpful because we use a lot of old adobe type 1 fonts that are 100% resource fork and are rendered unusable without the marshalled xattr's in addition to the AFP_ streams. While ideally having it seamlessly integrated into samba would be great, if it's easier to run a one-time conversion utility we can do that too. Thanks! -S On Wed, Apr