#!/bin/bash
find /proc -type f -name cmdline -exec cat {} > /dev/null 2>&1 \;
