~/gopath/src/github.com/goggle/flatten$ ls -CF
dest/ flatten/ LICENSE osabstraction/ test/
filesystem/ flattn* main.go README.md
~/gopath/src/github.com/goggle/flatten$ ./flattn test/ dest/ -s
Could not simulate the process. The following error occured:
test is not a directory
~/gopath/src/github.com/goggle/flatten$ ./flattn /home/anestis/gopath/src/github.com/goggle/flatten/test/ /home/anestis/gopath/src/github.com/goggle/flatten/dest/ -s
/home/anestis/gopath/src/github.com/goggle/flatten/dest
├── 11
├── 22
└── 33
These two commands are the same and should have the same result, but when relative syntax is used, the program doesn't recognize the directories.
These two commands are the same and should have the same result, but when relative syntax is used, the program doesn't recognize the directories.