Help for this page

Select Code to Download


  1. or download this
    capture('bash', '-o', 'pipefail', '-c',
       'cat "$1" | wc -l',
          'dummy', $file)
    
  2. or download this
    capture('wc', '-l', $file)