Help for this page

Select Code to Download


  1. or download this
      # /proc/cpuinfo
      vendor_id       : IBM/S390
    
  2. or download this
      m#cpuinfo\nvendor_id\s+:\s(.*?)\n# and
      print "CPU:\t$1";
    
  3. or download this
      CPU:    IBM/S390
      CPU:    IBM/S390
      CPU:    IBM/S390