I have read several tutorials for Linux and FreeBSD for dealing with spaces in Windows file/directory names, such as:
http://www.cyberciti.biz/faq/rsync-transfer-filename-that-contains-whitespace/
I got stumped trying to use CLI shell to access:
/mnt/tank1/video-server/-- Video
As exampled below FreeBSD either thinks I am trying to issue a "--" <flag>, or adds the single or double quote to the directory path:
Freebsd how to escape the directory: "-- Video"
http://www.cyberciti.biz/faq/rsync-transfer-filename-that-contains-whitespace/
I got stumped trying to use CLI shell to access:
/mnt/tank1/video-server/-- Video
As exampled below FreeBSD either thinks I am trying to issue a "--" <flag>, or adds the single or double quote to the directory path:
Code (text):
- hell
- ls: illegal option -- -
- usage: ls...