Skip to content
Prev 299451 / 398503 Next

list.files() find files beginning with a .

On 08.07.2012 14:47, syrvn wrote:
You do not need grep, let list.files do all the stuff for you:

list.files("~", recursive = TRUE, all.files = TRUE, pattern="^\\.")

Best,
Uwe Ligges