Home » Questions » Computers [ Ask a new question ]

Why doesn't "find -print0" work in Cygwin under Vista?

Why doesn't "find -print0" work in Cygwin under Vista?

I'm writing a simple shell script:

Asked by: Guest | Views: 302
Total answers/comments: 1
Guest [Entry]

"Take the command apart. What does

find datafiles/ -type f -print0

give you? What does

find datafiles/ -type f

give you? What does

find datafiles/

give you? What does

ls -ld datafiles/

give you?"