#転送元のディレクトの中身を表示↓ oguratac@ika-itpass:~$ ls -l /home/oguratac/report/ 合計 20 -rwx------ 1 oguratac oguratac 1643 2010-05-20 16:42 quiz1.sh -rwx------ 1 oguratac oguratac 376 2010-05-20 13:10 quiz2.sh 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/ #適切なパーミッションに変更されているのを確認 -rw-rw-r-- 1 oguratac oguratac 4869 2010-05-26 04:02 index.html drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 12:30 results drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 12:49 scripts drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 12:50 test -rw-rw-r-- 1 oguratac oguratac 5 2010-05-26 12:50 test.html -rwxrwxr-x 1 oguratac oguratac 0 2010-05-26 12:50 test.sh -rw-rw-r-- 1 oguratac oguratac 6 2010-05-26 12:50 test.txt #さらに、「*.sh」を「scriptsディレクトリ」へ移動 ---*.sh > scripts--- 合計 24 -rwxrwxr-x 1 oguratac oguratac 1932 2010-05-26 12:49 quiz1-1.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 3345 2010-05-26 06:49 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 12:50 test.sh #さらに、「*.txt」を「resultsディレクトリ」へ移動 ---*.txt > results--- 合計 16 -rw-r--r-- 1 oguratac oguratac 580 2010-05-26 11:59 quiz1-1.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 01:56 quiz2.txt -rw-rw-r-- 1 oguratac oguratac 6 2010-05-26 12:50 test.txt #「scriptsディレクトリ」と「resultsディレクトリ」のあった「report01ディレクトリ」の中身を表示 合計 24 -rw-rw-r-- 1 oguratac oguratac 4869 2010-05-26 04:02 index.html drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 13:05 results drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 12:50 scripts drwxrwxr-x 2 oguratac oguratac 4096 2010-05-26 12:50 test -rw-rw-r-- 1 oguratac oguratac 5 2010-05-26 12:50 test.html #↑適切に移動が行われています