Displaying 1 result from an estimated 1 matches for "music_archives_search_problem".
2009 Jun 17
1
problem with scan recognizing newline '\n'
I'm using R to do some file processing in Linux and am trying to read
in the output of find . -type f -print >
~/Music_Archives_search_problem/ls.output.find.txt
This command yields a text file with each line representing the full
path name of all files in the directory and subdirs. Unfortunately,
there seem to be some special characters that interfere with scan
recognizing '\n' as newline. At least that's what I assume the p...