在 http://www.bsd.org 上面居然看到了这么一个好玩的东西(《Converting DOS commands to UNIX commands》),特摘录下来。不过这个对我已经没有什么意义了,因为列出来的命令我已经很熟了,但是对那些从DOS年代走过来的开始接触Unix的人可能有些小小的帮助:)
There are a few command line questions that are asked VERY often. These questions, with answers that should be typed at your shell prompt are printed below:
DOS UNIX dir ............... ls cls ............... clear del ............... rm copy .............. cp move / rename ..... mv type .............. cat cd ................ cd more < file ....... more file md ................ mkdir rd ................ rmdir win ............... startx :) (Note: Unlike DOS, commands and their arguments MUST be separated by a space. For example, "cd/" doesn't work, but "cd /" does.)
上面那篇文档其实尽供入门者参考,但是下面这篇文档就稍微实用一些:
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=2939272
[$relatedDiary.date] unix编程
[$relatedDiary.date] ????DOS??????
[$relatedDiary.date] 希望和喜欢UNIX的人在一起共博
[$relatedDiary.date] unix环境高级编程
[$relatedDiary.date] unix环境高级编程-2