fork(1) download
  1. #!/bin/bash
  2.  
  3. grep --version
  4. perl -e 'print "x"x(2**31)' | grep x > /dev/null
  5.  
Runtime error #stdin #stdout 0.02s 6328KB
stdin
Standard input is empty
stdout
GNU grep 2.5.4

Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://g...content-available-to-author-only...u.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.