Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
how: view the source of a script - OCF Documentation
[go: Go Back, main page]

Skip to content

how: view the source of a script

Introduction

how displays the source of a script in the PATH in a pager (usually less)

It's very simple.

Usage/Example

$ how sorry

  #!/bin/bash
  # Script for sorrying OCF user accounts
  ....