方法和Windows 差不多
<pre class="c" name="code">
find / | grep hosts > hosts.log
或是
[code]
find / | grep hosts >> hosts.log
[code]
其實大同小異
依你舉的例子
在 Windows 下
dir > test.txt
在 Linux 下
ls > test.txt
請問大大是要分析那一種log檔
可以參考鳥哥的網頁
http://linux.vbird.org/linux_basic/0570syslog/0570syslog.php
http://linux.vbird.org/download/