`
ppju
  • 浏览: 77495 次
  • 性别: Icon_minigender_1
  • 来自: 西安
文章分类
社区版块
存档分类
最新评论

shell script study

阅读更多
shell script

每个linux命令行包含如下内容:

1. command 命令
2. parameters 参数
3. options 选项

e.g:
   $: ls -l
   $: ls -x
   $: ls -r
   $: ls -rx
   $: ls -lh

可以试一试上面得command在linux的terminal

shell并不要求程序名必须首先出现在命令行上,也支持如下的命令

  $: >file1 <file2 cat
分享到:
评论
2 楼 tangfeng 2009-11-30  
ppju 写道
shell script

每个linux命令行包含如下内容:

1. command 命令
2. parameters 参数
3. options 选项

e.g:
   $: ls -l
   $: ls -x
   $: ls -r
   $: ls -rx
   $: ls -lh

可以试一试上面得command在linux的terminal

shell并不要求程序名必须首先出现在命令行上,也支持如下的命令

  $: >file1 <file2 cat


兄弟,你太有才了,shell大法都被你参透了!
1 楼 Magicloud 2009-10-15  
这文太冇价值了……

相关推荐

Global site tag (gtag.js) - Google Analytics