脚本的保存与执行

复制内容到剪贴板
代码:
PG(1)                            User Commands                           PG(1)

NAME
       pg - browse pagewise through text files

SYNOPSIS
       pg  [  -number  ]  [ -p string ] [ -cefnrs ] [ +line ] [ +/pattern/ ] [
       file . . . ]

DESCRIPTION
       Pg displays a text file on a CRT one screenful  at  once.   After  each
       page, a prompt is displayed. The user may then either press the newline
       key to view the next page or one of the keys described below.

       If no filename is given on the command line,  pg  reads  from  standard
       input.   If  the standard output is not a terminal, pg acts like cat(1)
       but precedes each file with its name if there is more than one.

       If input comes from a pipe, pg stores the data in a buffer  file  while
       reading to make navigation possible.
      
"编辑器VIM没有用过,常使用VI。"??

alias vi='vim'
         /usr/bin/vim

[QUOTE=jordn]谢谢版主的回复,你说的基本了解。由于看的书上没有说,G了一下也不知道Google什么内容。我是看到书上的例子,然后操作但跟书上写结果不一样,我直接在终端下输入命令的,编辑器VIM没有用过,常使用VI。
$pg echod
#!/bin/sh
这两句没懂什么意思。
我看的书名叫LINUX SHELL编程指南[/QUOTE]