Here is what I tried but failed:
[root@file nutch-0.9]# cp -f urls-resume /nosuchdirectory/hi.txt
cp: cannot create regular file `/nosuchdirectory/hi.txt': No such file or directory
[root@file nutch-0.9]#
besides,any way to make ">" work that way,say to create a directory when need?
[root@file nutch-0.9]# echo test > /nosuchtest/hi.txt
-bash: /nosuchtest/hi.txt: No such file or directory