谁知道Linux下的“<”怎么用啊
不过确实很少用到 <
不过好象没什么意义,刚试了一下
[root@webserv ~]# touch test < chmod.sh
[root@webserv ~]# cat test
[root@webserv ~]#
[root@webserv ~]# cat < chmod.sh
chmod 777 data
chmod 777 data/sql_config.php
chmod 777 data/bbscache/
chmod 777 data/groupdb/
chmod 777 data/style/
chmod 777 attachment/
chmod 777 htm_data/
chmod 777 template/
chmod 777 template/wind/
chmod 777 image/
chmod 777 image/upload/
chmod 777 image/cn_img
|