20/08/13 14:49:34 .net
>>215
ビンゴ
なかなか面白かった。ありがとう
% sh
$ mkdir test test2
$ touch test/file test/.file
$ ls -alh test
total 2
drwxr-xr-x 2 john doe 4B 8月 13 14:38 .
drwxr-xr-x 4 john doe 5B 8月 13 14:26 ..
-rw-r--r-- 1 john doe 0B 8月 13 14:38 .file
-rw-r--r-- 1 john doe 0B 8月 13 14:38 file
$ gcp -av test/. test2
'test/./file' -> 'test2/./file'
'test/./.file' -> 'test2/./.file'
$ ls -alh test2
total 2
drwxr-xr-x 2 john doe 4B 8月 13 14:38 .
drwxr-xr-x 4 john doe 5B 8月 13 14:26 ..
-rw-r--r-- 1 john doe 0B 8月 13 14:38 .file
-rw-r--r-- 1 john doe 0B 8月 13 14:38 file