#転送元のディレクトの中身を表示↓ oguratac@ika-itpass:~/report$ ls -l 合計 12 drwx------ 2 oguratac oguratac 4096 2010-05-20 10:16 test -rwx------ 1 oguratac oguratac 5 2010-05-19 22:38 test.html -rwx------ 1 oguratac oguratac 0 2010-05-19 22:38 test.sh -rwx------ 1 oguratac oguratac 6 2010-05-19 16:40 test.txt #スクリプトのあるディレクトリへ移動 oguratac@ika-itpass:~$ cd /home/oguratac/public_html/report01/scripts/ #転送元と転送先を指定してスクリプト実行 oguratac@ika-itpass:~/public_html/report01/scripts$ ./quiz1-1.sh.txt ~/report/ ~/public_html/report01/ #適切なパーミッションに変更されているのを確認 合計 28 -rw-rw-r-- 1 oguratac oguratac 5526 2010-05-26 20:59 index.html drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:03 results drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:00 scripts drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:04 test -rw-rw-r-- 1 oguratac oguratac 5 2010-05-26 21:04 test.html -rwxrwxr-x 1 oguratac oguratac 0 2010-05-26 21:04 test.sh -rw-rw-r-- 1 oguratac oguratac 6 2010-05-26 21:04 test.txt #「scripts」へ「test.sh」が転送されているのを確認↓ ---*.sh > scripts--- 合計 28 -rwxrwxr-x 1 oguratac oguratac 2262 2010-05-26 20:53 quiz1-1.sh.txt -rwxr-xr-x 1 oguratac oguratac 2391 2010-05-26 20:56 quiz1-2.sh.txt -rwxrwxr-x 1 oguratac oguratac 1344 2010-05-20 23:28 quiz1.sh.txt -rwxrwxr-x 1 oguratac oguratac 1645 2010-05-26 12:14 quiz1b.sh -rwxrwxr-x 1 oguratac oguratac 3347 2010-05-26 14:00 quiz2.sh.txt -rwxr-xr-x 1 oguratac oguratac 2665 2010-05-26 00:41 quiz2b.sh.txt -rw-r--r-- 1 oguratac oguratac 1 2010-05-26 03:03 quiz3.sh.txt -rwxrwxr-x 1 oguratac oguratac 0 2010-05-26 21:04 test.sh #「results」へ「test.txt」が転送されているのを確認↓ ---*.txt > results--- 合計 20 -rw-r--r-- 1 oguratac oguratac 2671 2010-05-26 13:07 quiz1-1.txt -rw-r--r-- 1 oguratac oguratac 292 2010-05-26 21:03 quiz1-2.txt -rw-r--r-- 1 oguratac oguratac 1515 2010-05-23 00:09 quiz1.txt -rw-r--r-- 1 oguratac oguratac 217 2010-05-26 14:03 quiz2.txt -rw-rw-r-- 1 oguratac oguratac 6 2010-05-26 21:04 test.txt #再び「report」ディレクトリに移動し、ファイルが転送されてなくなっているか確認↓ 合計 24 -rw-rw-r-- 1 oguratac oguratac 5592 2010-05-26 21:10 index.html drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:13 results drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:04 scripts drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 21:04 test -rw-rw-r-- 1 oguratac oguratac 5 2010-05-26 21:04 test.html