Help for this page

Select Code to Download


  1. or download this
      F S UID        PID  PPID  C PRI  NI    CMD
    040 S root        14     0  0  75   0    [kupdated]
    
  2. or download this
    content: |
      F S UID        PID  PPID  C PRI  NI    CMD
    040 S root        14     0  0  75   0    [kupdated]
    
  3. or download this
    --- |2
      F S UID        PID  PPID  C PRI  NI CMD
    040 S root        14     0  0  75   0 [kupdated]
    040 S root        13     0  0  85   0 [bdflush]
    
  4. or download this
    YAML Error: Inconsistent indentation level
       Code: YAML_PARSE_ERR_INCONSISTENT_INDENTATION
       Line: 3
       Document: 1
     at /usr/local/lib/perl5/site_perl/5.8.8/YAML.pm line 33
    
  5. or download this
    use strict; use warnings;
    use YAML qw( LoadFile Dump Load );
    ...
        "  FOO\nBAR  BAZ\n",
        " FOO\nBAR BAZ\n",
    )