NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Why Sed? (Score:1)
Why use Sed at all? Won't it work to do the transformations on Perl list elements rather than on lines in the shell?
Re: (Score:2)
See Proc::ProcessTable [cpan.org]
Re: (Score:2)
Re:Why Sed? (Score:2)
The only security change for /proc they made between 9 and 10 that I'm aware of is the cmdline information is now restricted to 80 characters unless you own the process. Which, in practice, meant we had to shell out to use /usr/ucb/ps -auxwww so we could distinguish between the Java processes with ridiculously long command strings.
Reply to This
Parent