Simple solution in R: > '%+%' <- get( '+') > '+' <- function( e1, e2) 1 %+% e1 %+% e2 > 2+2 [1] 5 Regards
# this command fails to explain: : abc $(xclock) def
look at: man utf8 man syscalls ... and the best hint imo to process malformed filenames per 'find -print0' is: find ... -print0 | { while read -d $'\0' fil ... # use variable fil } Regards
Simple solution in R: > '%+%' <- get( '+') > '+' <- function( e1, e2) 1 %+% e1 %+% e2 > 2+2 [1] 5 Regards
# this command fails to explain: : abc $(xclock) def
look at: man utf8 man syscalls ... and the best hint imo to process malformed filenames per 'find -print0' is: find ... -print0 | { while read -d $'\0' fil ... # use variable fil } Regards