readme
来自「UNIX下SH的实现源码」· 代码 · 共 34 行
TXT
34 行
This collection of scripts was originally written for ksh-88 byJohn DuBois <spcecdt@armory.com>. The conversion to bash v2syntax was done by Chet Ramey.These scripts are as-is; there is no copyright associated withany of them. They exist simply as examples of bash scripting.Here's a description of what's in this directory:arc2tarz Convert an "arc" archive to a compressed tar archive.corename Tell what produced a core file.fman Fast man replacement.frcp Copy files using ftp but with rcp-type command line syntax.lowercase Change filenames to lower case.ncp A nicer front end for cp (has -i, etc.).newext Change the extension of a group of files.nmv A nicer front end for mv (has -i, etc.).pages Print specified pages from files.pf A pager front end that handles compressed files.rename Change the names of files that match a pattern.repeat Execute a command multiple times.untar Unarchive a (possibly compressed) tarfile into a directory.uudec Carefully uudecode multiple files.uuenc uuencode multiple files.vtree Print a visual display of a directory tree.where Show where commands that match a pattern are.The following scripts were written or converted by Chet Ramey:bashrand Random number generator with upper and lower bounds and optional seedcdhist cd replacement with a directory stack addedpmtop Poor man's `top' for SunOS 4.x and BSD/OSshprof Line profiler for bash scripts
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?